Implement perfdata uom for frequencies
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 2.2k
- Forks
- 616
- Avg merge
- 5d 6h
- Merged PRs (30d)
- 10
Description
Is your feature request related to a problem? Please describe.
Some metrics are measured in frequency, for example Rounds per Minute in fans or processor frequency.
Currently there is no way to transfer this knowledge in to Icinga 2.
Describe the solution you'd like
Implement Hertz ( 1/s ) as a unit, possible shorthands: Hz or H.
Describe alternatives you've considered
Writing the data without units, which removes the context. This is the current way.
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
The issue does not name files or tests. Start by locating Icinga 2's performance-data unit parsing and representation, then inspect existing unit tests for supported shorthands. Done means Hertz is accepted as a frequency unit, with the agreed Hz or H spelling, and the value retains its unit context.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- observability-sre
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100