-
Notifications
You must be signed in to change notification settings - Fork 101
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
feat: Make opentelemetry batching configurable #162
Conversation
163c6cb
to
2c8b39a
Compare
ee41b58
to
c2b5df0
Compare
c2b5df0
to
89af415
Compare
89af415
to
1a78fb5
Compare
Codecov Report
@@ Coverage Diff @@
## main #162 +/- ##
==========================================
+ Coverage 72.83% 72.91% +0.08%
==========================================
Files 76 76
Lines 3011 3035 +24
==========================================
+ Hits 2193 2213 +20
- Misses 648 660 +12
+ Partials 170 162 -8
Continue to review full report at Codecov.
|
1a78fb5
to
0330752
Compare
The default will not batch anything. To enable, use flag --otel-traces-batch. Also the noop exporter has been removed since opentelemetry support is disabled by default.
0330752
to
087fcd1
Compare
No description provided.