-
Notifications
You must be signed in to change notification settings - Fork 103
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
Export traces less frequently #1422
Export traces less frequently #1422
Conversation
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.
Do we want control server adjustability here?
Or the pattern around uptime?
6a4c308
I've updated so it's a control server flag! |
6a4c308
to
ef8e404
Compare
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.
If you think this should be exposed as a flag, okay.
The exporter already has a maximum batch size and maximum queue size configured, but we were never hitting the maximum batch size because the batch timeout is set very low by default, enforcing shipping batches every 5 seconds. This probably isn't necessary for our usecase, so I've increased the batch timeout to a minute.