From 299e53c8ce2420bfdf2605398424d4ae7c9523c0 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Sat, 4 Oct 2025 11:00:27 -0400 Subject: [PATCH] Removing references to clickhousemetricswrite (deprecated). --- .../common/otel/otel-collector-config.yaml.j2 | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/app-configs/rinoa/signoz/common/otel/otel-collector-config.yaml.j2 b/app-configs/rinoa/signoz/common/otel/otel-collector-config.yaml.j2 index c380469..714f8b2 100644 --- a/app-configs/rinoa/signoz/common/otel/otel-collector-config.yaml.j2 +++ b/app-configs/rinoa/signoz/common/otel/otel-collector-config.yaml.j2 @@ -139,7 +139,7 @@ processors: timeout: 2s override: false signozspanmetrics/delta: - metrics_exporter: clickhousemetricswrite, signozclickhousemetrics + metrics_exporter: signozclickhousemetrics metrics_flush_interval: 60s latency_histogram_buckets: [100us, 1ms, 2ms, 6ms, 10ms, 50ms, 100ms, 250ms, 500ms, 1000ms, 1400ms, 2000ms, 5s, 10s, 20s, 40s, 60s ] dimensions_cache_size: 100000 @@ -173,14 +173,6 @@ exporters: datasource: tcp://clickhouse:9000/signoz_traces low_cardinal_exception_grouping: ${env:LOW_CARDINAL_EXCEPTION_GROUPING} use_new_schema: true - clickhousemetricswrite: - endpoint: tcp://clickhouse:9000/signoz_metrics - disable_v2: true - resource_to_telemetry_conversion: - enabled: true - clickhousemetricswrite/prometheus: - endpoint: tcp://clickhouse:9000/signoz_metrics - disable_v2: true signozclickhousemetrics: dsn: tcp://clickhouse:9000/signoz_metrics clickhouselogsexporter: @@ -207,7 +199,7 @@ service: metrics: receivers: [otlp] processors: [batch] - exporters: [clickhousemetricswrite, signozclickhousemetrics, resourcedetection/docker, resourcedetection/system] + exporters: [signozclickhousemetrics, resourcedetection/docker, resourcedetection/system] metrics/hostmetrics: receivers: [hostmetrics] processors: [resourcedetection, resource/env] @@ -215,7 +207,7 @@ service: metrics/prometheus: receivers: [prometheus] processors: [batch] - exporters: [clickhousemetricswrite/prometheus, signozclickhousemetrics] + exporters: [signozclickhousemetrics] logs: receivers: [otlp, tcplog/docker, httplogreceiver/json] processors: [batch] -- 2.52.0