apps/monitor/observability-agent/release.yaml: update

This commit is contained in:
Haitao Pan 2024-02-18 17:00:26 +08:00
parent c9abd9d83f
commit 51f9feb00a

View File

@ -28,11 +28,46 @@ spec:
telegraf:
enabled: true
config:
agent:
interval: "10s"
round_interval: true
metric_batch_size: 1000
metric_buffer_limit: 10000
collection_jitter: "0s"
flush_interval: "10s"
flush_jitter: "0s"
precision: ""
debug: false
quiet: false
logfile: ""
hostname: "$HOSTNAME"
omit_hostname: true
processors:
- enum:
mapping:
field: "status"
dest: "status_code"
value_mappings:
healthy: 1
problem: 2
critical: 3
outputs:
- influxdb:
urls:
- "influxdb.svc-dev.ink"
database: "telegraf"
inputs:
- net:
interfaces: *
- statsd:
service_address: ":8125"
percentiles:
- 50
- 95
- 99
metric_separator: "_"
allowed_pending_messages: 10000
percentile_limit: 1000
deepflow-agent:
enabled: true
deepflowServerNodeIPS: