Skip to content

Commit

Permalink
Merge pull request #3758 from lsst-sqre/tickets/DM-46625
Browse files Browse the repository at this point in the history
Exclude telegraf internal metrics from default output
  • Loading branch information
afausti authored Oct 3, 2024
2 parents 387a58f + cb576e3 commit f700ca4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ data:
omit_hostname = true
[[outputs.influxdb]]
namedrop = ["telegraf_*"]
urls = [
{{ .Values.influxdb.url | quote }}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ data:
omit_hostname = true

[[outputs.influxdb]]
namedrop = ["telegraf_*"]
urls = [
{{ .influxdbUrl | quote }}
]
Expand Down

0 comments on commit f700ca4

Please sign in to comment.