Skip to content

Commit 6939175

Browse files
authored
Enable system detector and update release (#84)
Non-k8s configs already had system detector enabled.
1 parent f1d75d8 commit 6939175

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

helm-charts/splunk-otel-collector/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: splunk-otel-collector
3-
version: 0.23.0
3+
version: 0.24.0
44
description: Splunk OpenTelemetry Connector for Kubernetes
55
type: application
66
keywords:

helm-charts/splunk-otel-collector/templates/config/_otel-agent.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ processors:
8686
# https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/resourcedetectionprocessor
8787
resourcedetection:
8888
detectors:
89+
- system
8990
# Note: Kubernetes distro detectors need to come first so they set the proper cloud.platform
9091
# before it gets set later by the cloud provider detector.
9192
- env

helm-charts/splunk-otel-collector/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -536,9 +536,9 @@ image:
536536

537537
otelcol:
538538
# The registry and name of the opentelemetry collector image to pull
539-
repository: quay.io/signalfx/splunk-otel-collector-dev
539+
repository: quay.io/signalfx/splunk-otel-collector
540540
# The tag of the opentelemetry collector image to pull
541-
tag: 609e1fff7c2db5bc9fbed3e4c8c7277f13e3fb9f
541+
tag: 0.24.0
542542
# The policy that specifies when the user wants the opentelemetry collector images to be pulled
543543
pullPolicy: IfNotPresent
544544

0 commit comments

Comments
 (0)