Skip to content

Commit bc3001f

Browse files
authored
Fix the otel agent in the gateway (otelCollector.enabled=true) mode (#74)
Let's make correlation reporting directly from agent to unblock the start. Then we can reconfigure the correlation. Resolves: https://github.com/signalfx/splunk-otel-collector-chart/issues/73
1 parent 6963e02 commit bc3001f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.8
3+
version: 0.20.9
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ exporters:
132132
{{- else }}
133133
# If collector is disabled, metrics and traces will be set to to SignalFx backend
134134
{{- include "splunk-otel-collector.otelSapmExporter" . | nindent 2 }}
135+
{{- end }}
135136
signalfx:
136137
correlation:
137138
sync_attributes:
@@ -142,7 +143,6 @@ exporters:
142143
api_url: {{ include "splunk-otel-collector.apiUrl" . }}
143144
access_token: ${SPLUNK_ACCESS_TOKEN}
144145
sync_host_metadata: true
145-
{{- end }}
146146

147147
service:
148148
extensions: [health_check, k8s_observer, zpages]

0 commit comments

Comments
 (0)