You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use environment variables to externalize the jaeger configuration properties.
When I use the following config key in the application.properties, everything working fine
opentracing.jaeger.http-sender.url=http://localhost:14268/api/traces
But if I convert the above key to an environment variable like below its not working, OPENTRACING_JAEGER_HTTP_SENDER_URL=http://localhost:14268/api/traces
But if I use the OPENTRACING_JAEGER_SERVICE_NAME environment property, this value was taken properly.
Please let me know how to externalize the Jaeger properties as environmental variables.
The text was updated successfully, but these errors were encountered:
Hi Team,
I would like to use environment variables to externalize the jaeger configuration properties.
When I use the following config key in the application.properties, everything working fine
opentracing.jaeger.http-sender.url=http://localhost:14268/api/traces
But if I convert the above key to an environment variable like below its not working, OPENTRACING_JAEGER_HTTP_SENDER_URL=http://localhost:14268/api/traces
But if I use the OPENTRACING_JAEGER_SERVICE_NAME environment property, this value was taken properly.
Please let me know how to externalize the Jaeger properties as environmental variables.
The text was updated successfully, but these errors were encountered: