Add option for explicitly including queries in sqlserver input plugin (#7150)

This commit is contained in:
Harshit Bansal
2020-03-17 02:16:42 +05:30
committed by GitHub
parent 87f60ccf87
commit a612a4d85f
4 changed files with 66 additions and 13 deletions

View File

@@ -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