We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0577c1a commit 2367c62Copy full SHA for 2367c62
scripts/run_native_testnet_with_metrics.sh
@@ -16,7 +16,7 @@ function get_load_balancer_url() {
16
OTEL_URL=http://$(get_load_balancer_url metrics metrics-opentelemetry-collector):4318
17
18
export OTEL_EXPORTER_OTLP_METRICS_ENDPOINT=$OTEL_URL/v1/metrics
19
-export OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=$OTEL_URL/v1/trace
+export OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=$OTEL_URL/v1/traces
20
export OTEL_EXPORTER_OTLP_LOGS_ENDPOINT=$OTEL_URL/v1/logs
21
export LOG_JSON=1
22
0 commit comments