File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed
datadog_checks/sqlserver/data Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -759,8 +759,8 @@ files:
759
759
example : 1800
760
760
display_default : false
761
761
- name : schemas_collection
762
- hidden : True
763
762
description : |
763
+ Available for Agent 7.56 and newer.
764
764
Configure collection of schemas. If `database_autodiscovery` is not enabled, data is collected
765
765
only for the database configured with `database` parameter.
766
766
options :
Original file line number Diff line number Diff line change @@ -698,6 +698,28 @@ instances:
698
698
#
699
699
# ignore_missing_database: false
700
700
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
+
701
723
## @param propagate_agent_tags - boolean - optional - default: false
702
724
## Set to `true` to propagate the tags from `datadog.yaml` and the agent host tags to the check.
703
725
## When set to `true`, the tags from the agent host are added to the check's tags for all instances.
You can’t perform that action at this time.
0 commit comments