Amith Kumar
Oct 17, 2023

You can't configure remote sampler using the application.yml native spring properties. In your case, just create the sampler @Bean in the context using JaegerRemoteSampler and Otel Auto Configuration will automatically pick it up.

Responses (1)