From 5644e000f8866eef3cc440407478a2f3a302df3a Mon Sep 17 00:00:00 2001 From: "telegraf-tiger[bot]" <76974415+telegraf-tiger[bot]@users.noreply.github.com> Date: Mon, 7 Feb 2022 14:32:19 -0600 Subject: [PATCH] feat: update etc/telegraf.conf and etc/telegraf_windows.conf (#10600) Co-authored-by: Tiger Bot <> --- etc/telegraf.conf | 12 ++++++++++++ etc/telegraf_windows.conf | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/etc/telegraf.conf b/etc/telegraf.conf index a7d0b0875..2dcd5b466 100644 --- a/etc/telegraf.conf +++ b/etc/telegraf.conf @@ -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 _. +# # tag_only = true # # Accept metrics over InfluxDB 1.x HTTP API diff --git a/etc/telegraf_windows.conf b/etc/telegraf_windows.conf index 9afde2157..169fb3fab 100644 --- a/etc/telegraf_windows.conf +++ b/etc/telegraf_windows.conf @@ -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 _. +# # tag_only = true # # Accept metrics over InfluxDB 1.x HTTP API