From 93c9138fe1104c1006d2570f0f761da722ee0cc2 Mon Sep 17 00:00:00 2001 From: Srikanth Chekuri Date: Wed, 17 May 2023 18:24:00 +0530 Subject: [PATCH] fix: update the resource detection processor name for GCP (#2679) --- deploy/docker-swarm/clickhouse-setup/otel-collector-config.yaml | 2 +- deploy/docker/clickhouse-setup/otel-collector-config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/docker-swarm/clickhouse-setup/otel-collector-config.yaml b/deploy/docker-swarm/clickhouse-setup/otel-collector-config.yaml index 61b937ea4b..e755936e8b 100644 --- a/deploy/docker-swarm/clickhouse-setup/otel-collector-config.yaml +++ b/deploy/docker-swarm/clickhouse-setup/otel-collector-config.yaml @@ -75,7 +75,7 @@ processors: timeout: 10s resourcedetection: # Using OTEL_RESOURCE_ATTRIBUTES envvar, env detector adds custom labels. - detectors: [env, system] # include ec2 for AWS, gce for GCP and azure for Azure. + detectors: [env, system] # include ec2 for AWS, gcp for GCP and azure for Azure. timeout: 2s signozspanmetrics/prometheus: metrics_exporter: prometheus diff --git a/deploy/docker/clickhouse-setup/otel-collector-config.yaml b/deploy/docker/clickhouse-setup/otel-collector-config.yaml index 409580696a..698d0d5962 100644 --- a/deploy/docker/clickhouse-setup/otel-collector-config.yaml +++ b/deploy/docker/clickhouse-setup/otel-collector-config.yaml @@ -104,7 +104,7 @@ processors: # retry_on_failure: true resourcedetection: # Using OTEL_RESOURCE_ATTRIBUTES envvar, env detector adds custom labels. - detectors: [env, system] # include ec2 for AWS, gce for GCP and azure for Azure. + detectors: [env, system] # include ec2 for AWS, gcp for GCP and azure for Azure. timeout: 2s extensions: