Skip to content

Commit 1583b10

Browse files
authored
Unhide schemas_collection and write agent version (#19030)
* Unhide schemas_collection and write agent version * Sync
1 parent 1609ed9 commit 1583b10

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

sqlserver/assets/configuration/spec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -759,8 +759,8 @@ files:
759759
example: 1800
760760
display_default: false
761761
- name: schemas_collection
762-
hidden: True
763762
description: |
763+
Available for Agent 7.56 and newer.
764764
Configure collection of schemas. If `database_autodiscovery` is not enabled, data is collected
765765
only for the database configured with `database` parameter.
766766
options:

sqlserver/datadog_checks/sqlserver/data/conf.yaml.example

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -698,6 +698,28 @@ instances:
698698
#
699699
# ignore_missing_database: false
700700

701+
## Available for Agent 7.56 and newer.
702+
## Configure collection of schemas. If `database_autodiscovery` is not enabled, data is collected
703+
## only for the database configured with `database` parameter.
704+
#
705+
# schemas_collection:
706+
707+
## @param enabled - boolean - optional - default: false
708+
## Enable schema collection. Requires `dbm: true`. Defaults to false.
709+
#
710+
# enabled: false
711+
712+
## @param collection_interval - number - optional - default: 600
713+
## Set the database schema collection interval (in seconds). Defaults to 600 seconds.
714+
#
715+
# collection_interval: 600
716+
717+
## @param max_execution_time - number - optional - default: 10
718+
## Set the maximum time for schema collection (in seconds). Defaults to 10 seconds.
719+
## Capped by `schemas_collection.collection_interval`
720+
#
721+
# max_execution_time: 10
722+
701723
## @param propagate_agent_tags - boolean - optional - default: false
702724
## Set to `true` to propagate the tags from `datadog.yaml` and the agent host tags to the check.
703725
## When set to `true`, the tags from the agent host are added to the check's tags for all instances.

0 commit comments

Comments
 (0)