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 BatchLogRecordProcessor default schedule_delay_millis to 1000ms per OTel spec (#4998)
* Fix BatchLogRecordProcessor default schedule_delay_millis to 1000ms per OTel spec
* Update OTEL_BLRP_SCHEDULE_DELAY docstring default to 1000ms and fix CHANGELOG
* Apply suggestion from @xrmx
* Update CHANGELOG wording to 'may be' for export frequency
* Apply suggestion from @xrmx
---------
Co-authored-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
12
13
13
## Unreleased
14
14
15
+
- Fix `BatchLogRecordProcessor` default `schedule_delay_millis` from 5000ms to 1000ms to comply with the OTel specification. Note: logs may be exported 5x more frequently by default (e.g. for users who don't explicitly set the `OTEL_BLRP_SCHEDULE_DELAY` env var).
0 commit comments