-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can I set the environment setting via an environment variable? #98
Comments
Which setting(s) does this refer to? |
This one dd-opentracing-cpp/src/tracer_factory.cpp Line 93 in ea185e7
|
It's usually set on the agent instead of the application that submits traces to the agent. |
Ah I see. Unfortunately our agent services multiple different environments so that would not work for us. Can I request this as a feature? I'm not too familiar with C++ but I could attempt to make a PR. Would there be much more to it that adding a block like this dd-opentracing-cpp/src/tracer_options.cpp Line 15 in ea185e7
|
It'd be a few small changes
|
We have a similar setup (agent servicing multiple environments), so we would also be very happy to get this feature! :) |
I've created this PR #103 |
@cgilmour Thanks for merging my PR! When do you think it will make it into a release? |
Cool thanks @palazzem! |
Hi @keattang, let me know what help you need here. Does that work for you? |
Thanks @cgilmour sounds good. Do I then just follow the build instructions in the readme? |
Yes. Are you currently using one of the pre-built binaries from a release? |
Yes, currently using the latest pre-built binary. |
OK. If you're using |
Great, thanks! |
This is inherently environment related and not something I'd like to bake into my docker images.
The text was updated successfully, but these errors were encountered: