apps/monitor/observability-agent/release.yaml: add telegraf config
This commit is contained in:
parent
02db740fd8
commit
c9abd9d83f
@ -25,6 +25,14 @@ spec:
|
||||
values:
|
||||
fluent-bit:
|
||||
enabled: false
|
||||
telegraf:
|
||||
enabled: true
|
||||
config:
|
||||
outputs:
|
||||
- influxdb:
|
||||
urls:
|
||||
- "influxdb.svc-dev.ink"
|
||||
database: "telegraf"
|
||||
deepflow-agent:
|
||||
enabled: true
|
||||
deepflowServerNodeIPS:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user