Skip to content

Commit 436f5d1

Browse files
authored
Updated description for the availability_group option (#18336)
1 parent 7b91024 commit 436f5d1

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

sqlserver/assets/configuration/spec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,10 @@ files:
152152
example: 10000
153153
- name: availability_group
154154
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.
159159
value:
160160
type: string
161161
- name: only_emit_local

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,10 @@ instances:
147147
# history_row_limit: 10000
148148

149149
## @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.
154154
#
155155
# availability_group: <AVAILABILITY_GROUP>
156156

0 commit comments

Comments
 (0)