Add missing ServerProperties query to sqlserver input docs (#6625)
This commit is contained in:
@@ -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' ]
|
||||||
`
|
`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user