Skip to content
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

User-Events log exporter - re-implement Enabled() method to avoid contention #151

Open
cijothomas opened this issue Jan 15, 2025 · 0 comments

Comments

@cijothomas
Copy link
Member

Based on stress tests, the Enabled check is a cause for contention.
https://github.com/open-telemetry/opentelemetry-rust-contrib/blob/main/opentelemetry-user-events-logs/src/logs/exporter.rs#L160

Opening an issue to fix this.
We can try if a background thread can periodically check the enabled/disable, and update a AtomicBool, which then can be checked in the hot path.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant