From ba061e25cbcff7ec475c2e84666529141382ff44 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Tue, 10 Jun 2025 08:12:18 -0400 Subject: [PATCH] Adding Signoz services. --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index b42b5c00..3e6be4ba 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4586,8 +4586,8 @@ services: - --copy-path=/var/tmp/collector-config.yaml - --feature-gates=-pkg.translator.prometheus.NormalizeName volumes: - - ${DOCKER_VOLUME_CONFIG}/signoz/common/signoz/otel/otel-collector-config.yaml:/etc/otel-collector-config.yaml - - ${DOCKER_VOLUME_CONFIG}/signoz/common/signoz/otel/otel-collector-opamp-config.yaml:/etc/manager-config.yaml + - ${DOCKER_VOLUME_CONFIG}/signoz/common/otel/otel-collector-config.yaml:/etc/otel-collector-config.yaml + - ${DOCKER_VOLUME_CONFIG}/signoz/common/otel/otel-collector-opamp-config.yaml:/etc/manager-config.yaml environment: OTEL_RESOURCE_ATTRIBUTES: host.name=signoz-host,os.type=linux LOW_CARDINAL_EXCEPTION_GROUPING: false