Graylog2 / Graylog2/graylog2-server
Confusing events/second unit on rawSize metric
Open
bug
triaged
- Dominant language
- Java
- Stars
- 8.1k
- Forks
- 1.1k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 217
Description
## Expected Behavior
In the metrics view, `rawSize` should show `bytes/second` as the unit.
## Current Behavior
`rawSize` shows `events/second` as its unit, which is misleading.
## Possible Solution
While `events/second` is an ok default unit to show for metrics of type `Meter`, custom unit names should be supported where necessary. Or an exception could be made just for `rawSize`.
## Steps to Reproduce (for bugs)
1. Go to System / Nodes
2. Click Metrics on a node with inputs
3. Search metrics for "rawSize"
## Your Environment
* Graylog Version: Graylog 6.2.0-SNAPSHOT
Contributor guide
Assessment
This issue has not been assessed yet.