File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
helm-charts/splunk-otel-collector Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : splunk-otel-collector
3
- version : 0.20.8
3
+ version : 0.20.9
4
4
description : Splunk OpenTelemetry Connector for Kubernetes
5
5
type : application
6
6
keywords :
Original file line number Diff line number Diff line change @@ -132,6 +132,7 @@ exporters:
132
132
{ {- else } }
133
133
# If collector is disabled, metrics and traces will be set to to SignalFx backend
134
134
{ {- include " splunk-otel-collector.otelSapmExporter" . | nindent 2 } }
135
+ { {- end } }
135
136
signalfx:
136
137
correlation:
137
138
sync_attributes:
@@ -142,7 +143,6 @@ exporters:
142
143
api_url: { { include " splunk-otel-collector.apiUrl" . } }
143
144
access_token: ${ SPLUNK_ACCESS_TOKEN}
144
145
sync_host_metadata: true
145
- { {- end } }
146
146
147
147
service:
148
148
extensions: [health_check, k8s_observer, zpages]
You can’t perform that action at this time.
0 commit comments