Add missing ServerProperties query to sqlserver input docs (#6625)
This commit is contained in:
parent
74a8ebda9e
commit
0e6500669a
|
@ -52,7 +52,7 @@ GO
|
||||||
query_version = 2
|
query_version = 2
|
||||||
|
|
||||||
## If you are using AzureDB, setting this to true will gather resource utilization metrics
|
## 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
|
## If you would like to exclude some of the metrics queries, list them here
|
||||||
## Possible choices:
|
## Possible choices:
|
||||||
|
@ -67,8 +67,9 @@ GO
|
||||||
## - VolumeSpace
|
## - VolumeSpace
|
||||||
## - Schedulers
|
## - Schedulers
|
||||||
## - AzureDBResourceStats
|
## - AzureDBResourceStats
|
||||||
## - AzureDBResourceGovernance
|
## - AzureDBResourceGovernance
|
||||||
## - SqlRequests
|
## - SqlRequests
|
||||||
|
## - ServerProperties
|
||||||
exclude_query = [ 'Schedulers' , 'SqlRequests']
|
exclude_query = [ 'Schedulers' , 'SqlRequests']
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -68,6 +68,7 @@ const sampleConfig = `
|
||||||
## - AzureDBResourceStats
|
## - AzureDBResourceStats
|
||||||
## - AzureDBResourceGovernance
|
## - AzureDBResourceGovernance
|
||||||
## - SqlRequests
|
## - SqlRequests
|
||||||
|
## - ServerProperties
|
||||||
exclude_query = [ 'Schedulers' ]
|
exclude_query = [ 'Schedulers' ]
|
||||||
`
|
`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue