File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
helm-charts/splunk-otel-collector Expand file tree Collapse file tree 4 files changed +4
-4
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.3
3
+ version : 0.20.4
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 @@ -130,7 +130,7 @@ exporters:
130
130
# TODO: Change to otel conventions when mappings are changed.
131
131
k8s.pod.uid: kubernetes_pod_uid
132
132
container.id: container_id
133
- ingest_url: { { include " splunk-otel-collector.ingestUrl" . } }/v2/datapoint
133
+ ingest_url: { { include " splunk-otel-collector.ingestUrl" . } }
134
134
api_url: { { include " splunk-otel-collector.apiUrl" . } }
135
135
access_token: ${ SPLUNK_ACCESS_TOKEN}
136
136
send_compatible_metrics: true
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ processors:
62
62
exporters:
63
63
{ {- include " splunk-otel-collector.otelSapmExporter" . | nindent 2 } }
64
64
signalfx:
65
- ingest_url: { { include " splunk-otel-collector.ingestUrl" . } }/v2/datapoint
65
+ ingest_url: { { include " splunk-otel-collector.ingestUrl" . } }
66
66
api_url: { { include " splunk-otel-collector.apiUrl" . } }
67
67
access_token: ${ SPLUNK_ACCESS_TOKEN}
68
68
send_compatible_metrics: true
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ processors:
44
44
45
45
exporters:
46
46
signalfx:
47
- ingest_url: { { include " splunk-otel-collector.ingestUrl" . } }/v2/datapoint
47
+ ingest_url: { { include " splunk-otel-collector.ingestUrl" . } }
48
48
api_url: { { include " splunk-otel-collector.apiUrl" . } }
49
49
access_token: ${ SPLUNK_ACCESS_TOKEN}
50
50
send_compatible_metrics: true
You can’t perform that action at this time.
0 commit comments