-
Notifications
You must be signed in to change notification settings - Fork 78
Remove explicit log processor env var #311
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
Conversation
CHANGELOG.md
Outdated
@@ -4,6 +4,8 @@ | |||
|
|||
- Unpin OTel SDK/API version | |||
([#310](https://github.com/microsoft/ApplicationInsights-Python/pull/310)) | |||
- Replace custom log processor exporter interval env var with OT SDK env var |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's always been the OT env var. Just a question of whether we use it on our end or leave it for the OTel sdk (which previously failed to do so).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed to read "explicit" instead of custom. No logic is needed in our distro when it pertains to configuring export interval as we are leveraging OT SDK env vars.
Misleading description. What custom env var are you talking about? |
We are now leveraging OT env vars for our configuration instead of custom ones. Confirmed that OT sdk uses OTEL_BLRP_SCHEDULE_DELAY as specified here in the usage docs.
Fixes #265
PR that added these env vars to OT sdk: open-telemetry/opentelemetry-python#3237