Skip to content

Commit 79d4814

Browse files
authored
add eks and gke detectors (#77)
1 parent 3b125bf commit 79d4814

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-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.20.9
3+
version: 0.21.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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,10 @@ processors:
8888
detectors:
8989
- env
9090
{{- if eq .Values.platform "gcp" }}
91+
- gke
9192
- gce
9293
{{- else if eq .Values.platform "aws" }}
94+
- eks
9395
- ec2
9496
{{- end }}
9597
timeout: 10s

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

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

528528
otelcol:
529529
# The registry and name of the opentelemetry collector image to pull
530-
repository: quay.io/signalfx/splunk-otel-collector
530+
repository: quay.io/signalfx/splunk-otel-collector-dev
531531
# The tag of the opentelemetry collector image to pull
532-
tag: 0.23.0
532+
tag: c21b29906ac9e743cba4c92ec5b7467d7eef07eb
533533
# The policy that specifies when the user wants the opentelemetry collector images to be pulled
534534
pullPolicy: IfNotPresent
535535

0 commit comments

Comments
 (0)