feat: update configs (#10325)
This commit is contained in:
parent
3a51186e6a
commit
58f6a618af
|
|
@ -6958,6 +6958,23 @@
|
||||||
# ## The default location of the varnishstat binary can be overridden with:
|
# ## The default location of the varnishstat binary can be overridden with:
|
||||||
# binary = "/usr/bin/varnishstat"
|
# 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.
|
# ## By default, telegraf gather stats for 3 metric points.
|
||||||
# ## Setting stats will override the defaults shown below.
|
# ## Setting stats will override the defaults shown below.
|
||||||
# ## Glob matching can be used, ie, stats = ["MAIN.*"]
|
# ## Glob matching can be used, ie, stats = ["MAIN.*"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue