Replies: 1 comment 3 replies
-
I guess I should set environment varaible |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When analyzing an application with tokio-console I get a lot of event drops:
I found corresponding comments in the code, e.g. in
tokio-console/console-api/src/generated/rs.tokio.console.tasks.rs
:As I understand it, this means that event buffers in the instrumented application fill up, is this correct?
How can I prevent that? Is there a runtime parameter to tweak buffer size? Do I need to adapt
console-subscriber
?Thank you!
Beta Was this translation helpful? Give feedback.
All reactions