Add option for explicitly including queries in sqlserver input plugin (#7150)
This commit is contained in:
@@ -4346,8 +4346,7 @@
|
||||
# ## If you are using AzureDB, setting this to true will gather resource utilization metrics
|
||||
# # azuredb = false
|
||||
#
|
||||
# ## If you would like to exclude some of the metrics queries, list them here
|
||||
# ## Possible choices:
|
||||
# ## Possible queries:
|
||||
# ## - PerformanceCounters
|
||||
# ## - WaitStatsCategorized
|
||||
# ## - DatabaseIO
|
||||
@@ -4363,7 +4362,11 @@
|
||||
# ## - AzureDBResourceGovernance
|
||||
# ## - SqlRequests
|
||||
# ## - ServerProperties
|
||||
# exclude_query = [ 'Schedulers' ]
|
||||
# ## A list of queries to include. If not specified, all the above listed queries are used.
|
||||
# # include_query = []
|
||||
#
|
||||
# ## A list of queries to explicitly ignore.
|
||||
# exclude_query = [ 'Schedulers' , 'SqlRequests']
|
||||
|
||||
|
||||
# # Gather timeseries from Google Cloud Platform v3 monitoring API
|
||||
|
||||
Reference in New Issue
Block a user