oxidecomputer / oxidecomputer/humility
errors-only mode for `humility counters ipc`
Open
@hawkw is already working on this.
Since Mar 15, 2024.
- Dominant language
- Rust
- Stars
- 584
- Forks
- 63
- Avg merge
- 3h
- Merged PRs (30d)
- 2
Description
Bryan pointed out that it would be nice to have a way to surface any IPCs that have failed without having to wade through a bunch of stuff that's working fine. We could add a --errors flag or something and just show a list of those IPC methods and clients with non-zero error counts.
Could potentially do something like this for other counters, but error entries in a ringbuf aren't always Err variants the way the IPC counters are, so it might be less accurate...
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.