Skip to content

Commit

Permalink
docs: example - avoid duplicate metrics with same name and labels (#320)
Browse files Browse the repository at this point in the history
avoid duplicate metrics with same name and label values
  • Loading branch information
corporate-gadfly authored Sep 16, 2023
1 parent 588b42d commit 105d9f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/azure-sql-mi/mssql_mi_size.collector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,5 @@ queries:
ON mf.database_id = divfs.database_id
AND mf.file_id = divfs.file_id
WHERE DB_NAME(mf.database_id) NOT IN ('master', 'model','tempdb', 'msdb')
AND name in ('data_0', 'log')
-- ORDER BY size_on_disk_bytes DESC

0 comments on commit 105d9f9

Please sign in to comment.