-
Notifications
You must be signed in to change notification settings - Fork 159
Add max_export_batch_size and max_queue_size for otel_traces_export #2313
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
base: main
Are you sure you want to change the base?
Conversation
|
|
||
| | YAML<p>environment variable</p> | Description | Type | Default | | ||
| | ------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------------------------ | | ||
| | `max_export_batch_size`<p>`BEYLA_OTLP_TRACES_MAX_EXPORT_BATCH_SIZE`| Reducing that will make Beyla generate smaller batches. | URL | 4096 | |
Check warning
Code scanning / Vale
Avoid using 'will'. For more information, refer to https://developers.google.com/style/tense. Warning documentation
| | YAML<p>environment variable</p> | Description | Type | Default | | ||
| | ------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------------------------ | | ||
| | `max_export_batch_size`<p>`BEYLA_OTLP_TRACES_MAX_EXPORT_BATCH_SIZE`| Reducing that will make Beyla generate smaller batches. | URL | 4096 | | ||
| | `max_queue_size`<p>`BEYLA_OTLP_TRACES_MAX_QUEUE_SIZE`| Reducing it will reduce the queue size in Beyla for traces, forcing flush on queue limit. | URL | 4096 | |
Check warning
Code scanning / Vale
Avoid using 'will'. For more information, refer to https://developers.google.com/style/tense. Warning documentation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2313 +/- ##
=======================================
Coverage 43.30% 43.30%
=======================================
Files 38 38
Lines 2974 2974
=======================================
Hits 1288 1288
Misses 1573 1573
Partials 113 113
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Adding env variable or config options to reduce Beyla batch size