From 51f9feb00abb5ebdbb136e2d0ef7e3ae1ccae938 Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Sun, 18 Feb 2024 17:00:26 +0800 Subject: [PATCH] apps/monitor/observability-agent/release.yaml: update --- apps/monitor/observability-agent/release.yaml | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/apps/monitor/observability-agent/release.yaml b/apps/monitor/observability-agent/release.yaml index 475c7f6..d4a7456 100644 --- a/apps/monitor/observability-agent/release.yaml +++ b/apps/monitor/observability-agent/release.yaml @@ -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: