diff options
author | ds <dylan@shepard.dev> | 2025-01-02 13:20:30 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-02 21:20:30 +0100 |
commit | bb4611544ff73a979f927a7a1c8ea3dd1c56fb48 (patch) | |
tree | 8cd3a5a82beeff62ce1587117840464e782c8ecf | |
parent | a779cfdb75a80f047cedd3c6a044febfe02b7639 (diff) | |
download | vyos-1x-bb4611544ff73a979f927a7a1c8ea3dd1c56fb48.tar.gz vyos-1x-bb4611544ff73a979f927a7a1c8ea3dd1c56fb48.zip |
telegraf: T6477: adjusting "metric_name_label" indentation in config template
-rw-r--r-- | data/templates/telegraf/telegraf.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/telegraf/telegraf.j2 b/data/templates/telegraf/telegraf.j2 index 535e3a347..043fc6878 100644 --- a/data/templates/telegraf/telegraf.j2 +++ b/data/templates/telegraf/telegraf.j2 @@ -52,7 +52,7 @@ password = "{{ loki.authentication.password }}" {% endif %} {% if loki.metric_name_label is vyos_defined %} -metric_name_label = "{{ loki.metric_name_label }}" + metric_name_label = "{{ loki.metric_name_label }}" {% endif %} ### End Loki ### {% endif %} |