oxidecomputer / oxidecomputer/omicron
I/O metrics to serve rate data along with delta
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 572
- Forks
- 97
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 96
Description
There are a number of metrics that are I/O related, e.g. disk bytes written/read, switch link bytes sent/received, instance NIC packets sent/received. Currently these metrics are in the form of deltas, i.e., some byte counters with a start date. To graph these metrics in terms of Gbps or MB/s, user needs to do their own conversion on the client side which is an additional overhead and can be error prone. Some tools provide native rate functions to output rate data if there are enough data points for it to calculate the "derivative" (3 is usually the minimum). However, in our case, the counters can get reset very quickly and oftentimes you get only one data point for each start time. Having rate data available as raw metrics or an OxQL transformation option will be very handy.
Contributor guide
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.
Research direction
No file, test, or entry point is identified in the issue. Start by locating how I/O counters and their start dates are represented, then review the available metric and OxQL transformation paths. Done means users can obtain rate data for the listed I/O metrics without relying on client-side conversion, while preserving delta data.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- api, observability
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100