This repository has been archived by the owner on Aug 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 126
Support configuring client from environment variables #178
Labels
Comments
Note: it is better to support |
mdouaihy
added a commit
to mdouaihy/jaeger-client-cpp
that referenced
this issue
Oct 5, 2019
…ing#178) Signed-off-by: FR-MUREX-COM\mchaikhadouaihy <[email protected]>
mdouaihy
added a commit
to mdouaihy/jaeger-client-cpp
that referenced
this issue
Oct 5, 2019
…ing#178) Signed-off-by: FR-MUREX-COM\mchaikhadouaihy <[email protected]>
yurishkuro
pushed a commit
that referenced
this issue
Oct 8, 2019
* Support configuring client from environment variables (fix #178) Signed-off-by: FR-MUREX-COM\mchaikhadouaihy <[email protected]> * Apply Changes requested by @Yurishkhuro 1. When testing the config, start with a defined config instead of an empty one 2. Make sure fromEnv is harmful in case nothing is defined 3. Use literals to avoid fat-finger problem in the code 4. Avoid adding yet additional methods to the Tracer Signed-off-by: FR-MUREX-COM\mchaikhadouaihy <[email protected]> * Exclude sampler config. Signed-off-by: FR-MUREX-COM\mchaikhadouaihy <[email protected]>
Re-opening since we also need documentation change |
@bhavin192 fyi in case you want to pick it up |
Patrick0308
pushed a commit
to Patrick0308/jaeger-client-cpp
that referenced
this issue
Jul 21, 2021
…ertracing#181) * Support configuring client from environment variables (fix jaegertracing#178) Signed-off-by: FR-MUREX-COM\mchaikhadouaihy <[email protected]> * Apply Changes requested by @Yurishkhuro 1. When testing the config, start with a defined config instead of an empty one 2. Make sure fromEnv is harmful in case nothing is defined 3. Use literals to avoid fat-finger problem in the code 4. Avoid adding yet additional methods to the Tracer Signed-off-by: FR-MUREX-COM\mchaikhadouaihy <[email protected]> * Exclude sampler config. Signed-off-by: FR-MUREX-COM\mchaikhadouaihy <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Most Jaeger clients support that, cf. https://www.jaegertracing.io/docs/client-features/
The text was updated successfully, but these errors were encountered: