Commit 18e6b8cb authored by Riley Berton's avatar Riley Berton Committed by David McKay

output.health.compares is a list of objects, not a map

parent 39336e97
apiVersion: v1
name: telegraf
version: 1.7.30
version: 1.7.31
appVersion: 1.15
deprecated: false
description: Telegraf is an agent written in Go for collecting, processing, aggregating, and writing metrics.
......
......@@ -13,10 +13,10 @@ data:
{{ template "outputs" .Values.config.outputs }}
[[outputs.health]]
service_address = "http://:8888"
[outputs.health.compares]
[[outputs.health.compares]]
field = "buffer_size"
lt = 5000.0
[outputs.health.contains]
[[outputs.health.contains]]
field = "buffer_size"
{{ template "inputs" .Values.config.inputs -}}
[[inputs.internal]]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment