From e882b03e72a5306d9aee11fc7919ecf83233e47e Mon Sep 17 00:00:00 2001 From: Santiago Palladino Date: Fri, 29 Nov 2024 12:53:16 -0300 Subject: [PATCH] chore: Fix traces endpoint url in native testnet script --- scripts/run_native_testnet_with_metrics.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_native_testnet_with_metrics.sh b/scripts/run_native_testnet_with_metrics.sh index 24cb581cace..96d9270ab8b 100755 --- a/scripts/run_native_testnet_with_metrics.sh +++ b/scripts/run_native_testnet_with_metrics.sh @@ -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