1
0
Fork 0
telegraf/plugins/inputs/gnmi/testcases/issue_12831/telegraf.conf
Daniel Baumann 4978089aab
Adding upstream version 1.34.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-24 07:26:29 +02:00

10 lines
No EOL
273 B
Text

[[inputs.gnmi]]
addresses = ["dummy"]
prefix_tag_key_with_path = true
[[inputs.gnmi.subscription]]
name = "optical_channel"
path = "/components/component[name=*]"
subscription_mode = "sample"
origin = "openconfig-platform"
sample_interval = "10s"