conmon-rs
conmon-rs copied to clipboard
An OCI container runtime monitor written in Rust
### What happened? rpkg tool is not supported anymore AFAIK. We should switch to conmon-rs.spec. This would also help in the effort to get conmon-rs into the official distros. ###...
Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.7.10 to 0.7.11. Commits cdf9d99 chore: prepare tokio-util v0.7.11 (#6535) f6eb1ee time: lazily init timers on first poll (#6512) b7d4fba sync: add mpsc::Receiver::{capacity,max_capacity} (#6511) 3c8d8e6 chore: fix...
#### What type of PR is this? /kind feature #### What this PR does / why we need it: Adding streaming server support. #### Which issue(s) this PR fixes: None...
#### What type of PR is this? /kind feature #### What this PR does / why we need it: This PR is to implement additional log driver support for the...
As part of the conmon-rs integration with podman, we need a way of querying conmon-rs to get the number of containers already attached to a single conmon-rs process. This will...
There are a handful of features conmon-rs still lacks that podman will require. This issue will serve as a tracking issue for those remaining pieces
#### What type of PR is this? /kind bug #### What this PR does / why we need it: While implementing attach for podman the attach stream would never terminate...
We have an issue with tracing that the last (or fist as you see it) span is missing from the traces, leaving some spans scattered around in conmon-rs. I think...
eventually, we will need to have a version skew policy between client and server. Once we establish that, we should also have tests guaranteeing old servers work with new clients...
#### What type of PR is this? /kind feature #### What this PR does / why we need it: This PR adds support for JSON format loggers . #### Which...