-
Notifications
You must be signed in to change notification settings - Fork 842
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
General environment configuration #1675
Comments
Like I said in the original issue, I'm in progress on this. |
Outstanding changes as of now:
Overall I think it's doable next week provided that we'll be able to review the code somewhat quickly. I'm saying, because I've been told there was a discussion about |
@dyladan @vmarchaud should we discuss above in SIG this week or maybe you're able to decide right away? |
I've linked #1676 for the
Yep, we only target tracing GA for now
As i see, its only the default values that are incorrect right ? If so thats indeed quite straitforward. I could do it tomorrow since i've planned some time to work on otel (if you are okay with that)
Did you already opened a PR for this (can't find anything right now) ? Would be welcome if you do so we can start rewiewing it !
I think if we could open all PRs before the SIG that would be really great, maybe merge somes and make a first SDK RC if everything looks good EDIT:
I'll do this too |
Implement the general environment variable specification
Please use the
getEnv('NAME')
function exported by core instead of directly usingprocess.env.NAME
.https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/sdk-environment-variables.md#general-sdk-configuration
The text was updated successfully, but these errors were encountered: