Skip to content

Commit

Permalink
Enable system detector and update release (#84)
Browse files Browse the repository at this point in the history
Non-k8s configs already had system detector enabled.
  • Loading branch information
jrcamp authored Apr 7, 2021
1 parent f1d75d8 commit 6939175
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion helm-charts/splunk-otel-collector/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions helm-charts/splunk-otel-collector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6939175

Please sign in to comment.