Skip to content

Commit

Permalink
[fronius-exporter] Drop url field from Telegraf metrics
Browse files Browse the repository at this point in the history
It's largely useless when used as a sidecar
  • Loading branch information
ccremer committed Jun 7, 2021
1 parent 09c707e commit 4e20982
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/fronius-exporter/templates/telegraf-secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ stringData:
[[inputs.prometheus]]
urls = ["http://localhost:8080/metrics"]
interval = {{ .Values.telegraf.interval | quote }}
fielddrop = ["url"]
[[outputs.influxdb_v2]]
urls = [{{ .Values.telegraf.influxdb.url | quote }}]
token = {{ .Values.telegraf.influxdb.token | quote }}
Expand Down

0 comments on commit 4e20982

Please sign in to comment.