feat: update etc/telegraf.conf and etc/telegraf_windows.conf (#10600)

Co-authored-by: Tiger Bot <>
This commit is contained in:
telegraf-tiger[bot] 2022-02-07 14:32:19 -06:00 committed by GitHub
parent 525fb9cebc
commit 5644e000f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 0 deletions

View File

@ -7930,6 +7930,18 @@
#
# ## If suppression is enabled, send updates at least every X seconds anyway
# # heartbeat_interval = "60s"
#
# #[[inputs.gnmi.subscription]]
# # name = "descr"
# # origin = "openconfig-interfaces"
# # path = "/interfaces/interface/state/description"
# # subscription_mode = "on_change"
#
# ## If tag_only is set, the subscription in question will be utilized to maintain a map of
# ## tags to apply to other measurements emitted by the plugin, by matching path keys
# ## All fields from the tag-only subscription will be applied as tags to other readings,
# ## in the format <name>_<fieldBase>.
# # tag_only = true
# # Accept metrics over InfluxDB 1.x HTTP API

View File

@ -7890,6 +7890,18 @@
#
# ## If suppression is enabled, send updates at least every X seconds anyway
# # heartbeat_interval = "60s"
#
# #[[inputs.gnmi.subscription]]
# # name = "descr"
# # origin = "openconfig-interfaces"
# # path = "/interfaces/interface/state/description"
# # subscription_mode = "on_change"
#
# ## If tag_only is set, the subscription in question will be utilized to maintain a map of
# ## tags to apply to other measurements emitted by the plugin, by matching path keys
# ## All fields from the tag-only subscription will be applied as tags to other readings,
# ## in the format <name>_<fieldBase>.
# # tag_only = true
# # Accept metrics over InfluxDB 1.x HTTP API