File tree 2 files changed +5
-2
lines changed
datadog_checks/sqlserver/data 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -430,7 +430,8 @@ files:
430
430
description : |
431
431
Configure collection of table size metrics.
432
432
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.
434
435
Defaults to false.
435
436
value :
436
437
type : object
Original file line number Diff line number Diff line change @@ -289,7 +289,9 @@ instances:
289
289
## @param table_size_metrics - mapping - optional
290
290
## Configure collection of table size metrics.
291
291
##
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.
293
295
#
294
296
# table_size_metrics: {}
295
297
You can’t perform that action at this time.
0 commit comments