-
Couldn't load subscription status.
- Fork 3
Open
Labels
enhancementAn improvement to an existing feature.An improvement to an existing feature.
Description
I think it'd be cool to have a polling interface over some of the metrics we gather from /proc. Rust Streams are ideal for such an interface.
while let Some(metric) = stream.next().await {
// do something
}We can then consume these streams concurrently in the agent.
Metadata
Metadata
Assignees
Labels
enhancementAn improvement to an existing feature.An improvement to an existing feature.