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
fix(logs): restore retry logic and update flush API signature
- Change LogFlusher::flush() to accept retry builders (Vec<RequestBuilder>)
- Restore redrive loop in FlushingService for transient log flush failures
- Update log_flush_handles type to return retry builders instead of bool
- Suppress clippy::result_large_err in test modules across config and otlp
0 commit comments