From 69391753aede173c1fc7b448a46cc750e8b55c44 Mon Sep 17 00:00:00 2001 From: Jay Camp Date: Wed, 7 Apr 2021 15:12:59 -0400 Subject: [PATCH] Enable system detector and update release (#84) Non-k8s configs already had system detector enabled. --- helm-charts/splunk-otel-collector/Chart.yaml | 2 +- .../splunk-otel-collector/templates/config/_otel-agent.tpl | 1 + helm-charts/splunk-otel-collector/values.yaml | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/helm-charts/splunk-otel-collector/Chart.yaml b/helm-charts/splunk-otel-collector/Chart.yaml index 1dbf63fbe0..7207d632b3 100644 --- a/helm-charts/splunk-otel-collector/Chart.yaml +++ b/helm-charts/splunk-otel-collector/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: splunk-otel-collector -version: 0.23.0 +version: 0.24.0 description: Splunk OpenTelemetry Connector for Kubernetes type: application keywords: diff --git a/helm-charts/splunk-otel-collector/templates/config/_otel-agent.tpl b/helm-charts/splunk-otel-collector/templates/config/_otel-agent.tpl index 3469ba87b8..2c0540d466 100644 --- a/helm-charts/splunk-otel-collector/templates/config/_otel-agent.tpl +++ b/helm-charts/splunk-otel-collector/templates/config/_otel-agent.tpl @@ -86,6 +86,7 @@ processors: # https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/resourcedetectionprocessor resourcedetection: detectors: + - system # Note: Kubernetes distro detectors need to come first so they set the proper cloud.platform # before it gets set later by the cloud provider detector. - env diff --git a/helm-charts/splunk-otel-collector/values.yaml b/helm-charts/splunk-otel-collector/values.yaml index 7767d6c652..930f0e1f8a 100644 --- a/helm-charts/splunk-otel-collector/values.yaml +++ b/helm-charts/splunk-otel-collector/values.yaml @@ -536,9 +536,9 @@ image: otelcol: # The registry and name of the opentelemetry collector image to pull - repository: quay.io/signalfx/splunk-otel-collector-dev + repository: quay.io/signalfx/splunk-otel-collector # The tag of the opentelemetry collector image to pull - tag: 609e1fff7c2db5bc9fbed3e4c8c7277f13e3fb9f + tag: 0.24.0 # The policy that specifies when the user wants the opentelemetry collector images to be pulled pullPolicy: IfNotPresent