File tree 2 files changed +8
-8
lines changed
datadog_checks/sqlserver/data 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -152,10 +152,10 @@ files:
152
152
example : 10000
153
153
- name : availability_group
154
154
description : |
155
- You can specify an availability group when `include_ao_metrics`
156
- is enabled to monitor a specific availability group.
157
- If no availability group is specified, then all availability
158
- groups on the current replica will output metrics .
155
+ When `include_ao_metrics` is enabled, you can provide the resource
156
+ group id of a specific availability group that you would like to monitor .
157
+ If no availability group is specified, then we will collect AlwaysOn metrics
158
+ for all availability groups on the current replica.
159
159
value :
160
160
type : string
161
161
- name : only_emit_local
Original file line number Diff line number Diff line change @@ -147,10 +147,10 @@ instances:
147
147
# history_row_limit: 10000
148
148
149
149
## @param availability_group - string - optional
150
- ## You can specify an availability group when `include_ao_metrics`
151
- ## is enabled to monitor a specific availability group.
152
- ## If no availability group is specified, then all availability
153
- ## groups on the current replica will output metrics .
150
+ ## When `include_ao_metrics` is enabled, you can provide the resource
151
+ ## group id of a specific availability group that you would like to monitor .
152
+ ## If no availability group is specified, then we will collect AlwaysOn metrics
153
+ ## for all availability groups on the current replica.
154
154
#
155
155
# availability_group: <AVAILABILITY_GROUP>
156
156
You can’t perform that action at this time.
0 commit comments