Skip to content

Commit 2221e9d

Browse files
authored
KubeArchive: fix staging traces exporter URL (#7544)
Signed-off-by: Hector Martinez <[email protected]>
1 parent 2f7f6f1 commit 2221e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/kubearchive/staging/stone-stg-rh01/otel-collector-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ exporters:
1616
send_timestamps: true
1717
add_metric_suffixes: false
1818
otlp: # otlp collector that sends traces to signalfx
19-
endpoint: open-telemetry-opentelemetry-collector.konflux-otel.svc.cluster.local:4318
19+
endpoint: http://open-telemetry-opentelemetry-collector.konflux-otel.svc.cluster.local:4318/v1/traces
2020
debug:
2121

2222
service:

0 commit comments

Comments
 (0)