You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: