From b163fbdd0ffa1ab99bf54a07d45668b6fc2220e0 Mon Sep 17 00:00:00 2001 From: Robbie Date: Tue, 16 Jun 2026 14:15:26 -0400 Subject: [PATCH] signoz fix --- docker/signoz/clickhouse/config.xml | 1 - docker/signoz/clickhouse/users.xml | 1 + docker/signoz/compose.yaml | 14 ++++++++------ 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/docker/signoz/clickhouse/config.xml b/docker/signoz/clickhouse/config.xml index f1407e9..ef79109 100644 --- a/docker/signoz/clickhouse/config.xml +++ b/docker/signoz/clickhouse/config.xml @@ -17,7 +17,6 @@ 4096 3 100 - 1 0 10000 0.9 diff --git a/docker/signoz/clickhouse/users.xml b/docker/signoz/clickhouse/users.xml index 4273c66..a46b702 100644 --- a/docker/signoz/clickhouse/users.xml +++ b/docker/signoz/clickhouse/users.xml @@ -4,6 +4,7 @@ 10000000000 random + 1 1 diff --git a/docker/signoz/compose.yaml b/docker/signoz/compose.yaml index 1a71825..a0d25f2 100644 --- a/docker/signoz/compose.yaml +++ b/docker/signoz/compose.yaml @@ -50,9 +50,9 @@ services: # Hardcode linux/amd64 for Unraid x86_64 (uname may be unavailable in slim image) node_os="linux" node_arch="amd64" - echo "Fetching histogram-binary for ${node_os}/${node_arch}" + echo "Fetching histogram-binary for $${node_os}/$${node_arch}" cd /tmp - wget -O histogram-quantile.tar.gz "https://github.com/SigNoz/signoz/releases/download/histogram-quantile%2F${version}/histogram-quantile_${node_os}_${node_arch}.tar.gz" || true + wget -O histogram-quantile.tar.gz "https://github.com/SigNoz/signoz/releases/download/histogram-quantile%2F$${version}/histogram-quantile_$${node_os}_$${node_arch}.tar.gz" || true tar -xvzf histogram-quantile.tar.gz 2>/dev/null || true mv histogram-quantile /var/lib/clickhouse/user_scripts/histogramQuantile 2>/dev/null || true echo "Done (non-critical if download failed — migrator will handle it)." @@ -153,8 +153,6 @@ services: pipeline: aliases: - signoz - - otel - - lgtm # swag: # aliases: # - signoz @@ -196,8 +194,12 @@ services: max-size: 50m max-file: "3" networks: - - signoz - - pipeline + signoz: {} + pipeline: + aliases: + - signoz-otel-collector + - otel + - lgtm # =========================================================================== # Telemetry Store Migrator — runs ClickHouse migrations