From 4e8525130695bf25e2910309223dfdbfd4375add Mon Sep 17 00:00:00 2001 From: Boris Glimcher <36732377+glimchb@users.noreply.github.com> Date: Thu, 16 May 2024 16:07:53 -0400 Subject: [PATCH] fix(otel): add guess_path_tag for Tor see https://github.com/influxdata/telegraf/pull/14951 Signed-off-by: Boris Glimcher <36732377+glimchb@users.noreply.github.com> --- lab/otel/config/telegraf.conf.tor | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lab/otel/config/telegraf.conf.tor b/lab/otel/config/telegraf.conf.tor index 253c509..8e80633 100644 --- a/lab/otel/config/telegraf.conf.tor +++ b/lab/otel/config/telegraf.conf.tor @@ -12,6 +12,10 @@ ## redial in case of failures after redial = "10s" + ## Guess the path-tag if an update does not contain a prefix-path + ## If enabled, the common-path of all elements in the update is used. + guess_path_tag = true + [[inputs.gnmi.subscription]] ## Name of the measurement name = "ifcounters"