feat: update etc/telegraf.conf and etc/telegraf_windows.conf (#10600)
Co-authored-by: Tiger Bot <>
This commit is contained in:
parent
525fb9cebc
commit
5644e000f8
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue