-
Notifications
You must be signed in to change notification settings - Fork 834
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
Add support for BatchLogRecordProcessor autoconfiguration #4811
Conversation
Codecov ReportBase: 90.77% // Head: 90.80% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #4811 +/- ##
============================================
+ Coverage 90.77% 90.80% +0.02%
- Complexity 4835 4842 +7
============================================
Files 554 554
Lines 14414 14427 +13
Branches 1399 1403 +4
============================================
+ Hits 13085 13100 +15
+ Misses 910 907 -3
- Partials 419 420 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
@jkwatson please take a look when you have the chance |
|
||
| System property | Environment variable | Description | | ||
|---------------------------------|---------------------------------|------------------------------------------------------------------------------------| | ||
| otel.blrp.schedule.delay | OTEL_BLRP_SCHEDULE_DELAY | The interval, in milliseconds, between two consecutive exports. Default is `5000`. | |
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.
I'm never going to be able to see this without yelling "BLURP!"
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.
or maybe "BLORP!"
Implements spec PR #2785.