feat: update configs (#10325)

This commit is contained in:
telegraf-tiger[bot] 2021-12-21 15:37:58 -07:00 committed by GitHub
parent 3a51186e6a
commit 58f6a618af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

View File

@ -6958,6 +6958,23 @@
# ## The default location of the varnishstat binary can be overridden with:
# binary = "/usr/bin/varnishstat"
#
# ## Additional custom arguments for the varnishstat command
# # binary_args = ["-f", "MAIN.*"]
#
# ## The default location of the varnishadm binary can be overriden with:
# adm_binary = "/usr/bin/varnishadm"
#
# ## Custom arguments for the varnishadm command
# # adm_binary_args = [""]
#
# ## Metric version defaults to metric_version=1, use metric_version=2 for removal of nonactive vcls.
# metric_version = 1
#
# ## Additional regexps to override builtin conversion of varnish metrics into telegraf metrics.
# ## Regexp group "_vcl" is used for extracting the VCL name. Metrics that contains nonactive VCL's are skipped.
# ## Regexp group "_field" overrides field name. Other named regexp groups are used as tags.
# # regexps = ['XCNT\.(?P<_vcl>[\w\-]*)\.(?P<group>[\w\-.+]*)\.(?P<_field>[\w\-.+]*)\.val']
#
# ## By default, telegraf gather stats for 3 metric points.
# ## Setting stats will override the defaults shown below.
# ## Glob matching can be used, ie, stats = ["MAIN.*"]