VEGAS/sso: switch to cluster otlp trace endpoint

This commit is contained in:
Max Headroom 2023-06-02 17:37:10 +02:00
parent d0ec0c4f82
commit 0d820db604

View file

@ -57,7 +57,7 @@ in
"-Dotel.traces.exporter=otlp"
];
OTEL_EXPORTER_OTLP_PROTOCOL = "grpc";
OTEL_EXPORTER_OTLP_ENDPOINT = config.links.tempo-otlp-grpc.url;
OTEL_EXPORTER_OTLP_ENDPOINT = cluster.config.links.tempo-otlp-grpc.url;
OTEL_TRACES_SAMPLER = "parentbased_traceidratio";
OTEL_TRACES_SAMPLER_ARG = "0.50";
};