Skip to content

Commit

Permalink
chore: Fix traces endpoint url in native testnet script (#10309)
Browse files Browse the repository at this point in the history
One-character fix
  • Loading branch information
spalladino authored Nov 29, 2024
1 parent 0577c1a commit 2367c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_native_testnet_with_metrics.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function get_load_balancer_url() {
OTEL_URL=http://$(get_load_balancer_url metrics metrics-opentelemetry-collector):4318

export OTEL_EXPORTER_OTLP_METRICS_ENDPOINT=$OTEL_URL/v1/metrics
export OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=$OTEL_URL/v1/trace
export OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=$OTEL_URL/v1/traces
export OTEL_EXPORTER_OTLP_LOGS_ENDPOINT=$OTEL_URL/v1/logs
export LOG_JSON=1

Expand Down

0 comments on commit 2367c62

Please sign in to comment.