Skip to content

Commit 2367c62

Browse files
authored
chore: Fix traces endpoint url in native testnet script (#10309)
One-character fix
1 parent 0577c1a commit 2367c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run_native_testnet_with_metrics.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function get_load_balancer_url() {
1616
OTEL_URL=http://$(get_load_balancer_url metrics metrics-opentelemetry-collector):4318
1717

1818
export OTEL_EXPORTER_OTLP_METRICS_ENDPOINT=$OTEL_URL/v1/metrics
19-
export OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=$OTEL_URL/v1/trace
19+
export OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=$OTEL_URL/v1/traces
2020
export OTEL_EXPORTER_OTLP_LOGS_ENDPOINT=$OTEL_URL/v1/logs
2121
export LOG_JSON=1
2222

0 commit comments

Comments
 (0)