File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,8 @@ Routing based on tags, metric name and field name:
130130subject = ' telegraf.metrics.{{ .Tag "datacenter" }}.{{ .Tag "host" }}.{{ .Name }}.{{ .Field "Value1" }}'
131131```
132132
133- If you’re using JetStream the value of subject determines where messages are published.
133+ If you’re using JetStream the value of subject determines where messages
134+ are published.
134135
135136> [ !IMPORTANT]
136137> When using a dynamic subject template, Telegraf does not automatically register the
Original file line number Diff line number Diff line change @@ -350,7 +350,6 @@ func (n *NATS) Write(metrics []telegraf.Metric) error {
350350 if err != nil {
351351 return fmt .Errorf ("failed to send NATS message to subject %q: %w" , sub , err )
352352 }
353-
354353 }
355354
356355 if pafs != nil {
You can’t perform that action at this time.
0 commit comments