Skip to content

Commit 929c194

Browse files
committed
Validate
1 parent ab3f56d commit 929c194

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

sqlserver/assets/configuration/spec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,8 @@ files:
430430
description: |
431431
Configure collection of table size metrics.
432432
433-
Set `table_size_metrics.enabled` to true to enable collection of table size metrics. Does not collect tempdb metrics.
433+
Set `table_size_metrics.enabled` to true to enable collection of table size metrics.
434+
Does not collect tempdb metrics.
434435
Defaults to false.
435436
value:
436437
type: object

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,9 @@ instances:
289289
## @param table_size_metrics - mapping - optional
290290
## Configure collection of table size metrics.
291291
##
292-
## Set `table_size_metrics.enabled` to true to enable collection of table size metrics. Defaults to false.
292+
## Set `table_size_metrics.enabled` to true to enable collection of table size metrics.
293+
## Does not collect tempdb metrics.
294+
## Defaults to false.
293295
#
294296
# table_size_metrics: {}
295297

0 commit comments

Comments
 (0)