Add missing ServerProperties query to sqlserver input docs (#6625)

This commit is contained in:
Daniel Nelson 2019-11-07 16:29:45 -08:00 committed by GitHub
parent 74a8ebda9e
commit 0e6500669a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -52,7 +52,7 @@ GO
query_version = 2
## If you are using AzureDB, setting this to true will gather resource utilization metrics
# azuredb = true
# azuredb = true
## If you would like to exclude some of the metrics queries, list them here
## Possible choices:
@ -67,8 +67,9 @@ GO
## - VolumeSpace
## - Schedulers
## - AzureDBResourceStats
## - AzureDBResourceGovernance
## - AzureDBResourceGovernance
## - SqlRequests
## - ServerProperties
exclude_query = [ 'Schedulers' , 'SqlRequests']
```

View File

@ -68,6 +68,7 @@ const sampleConfig = `
## - AzureDBResourceStats
## - AzureDBResourceGovernance
## - SqlRequests
## - ServerProperties
exclude_query = [ 'Schedulers' ]
`