goose
goose copied to clipboard
Create new "ItemsPerSecond" data type for graph data collection
At the moment we use data structures like HashMap<String, TimeSeries<u32, u32>>
, that store per-second counters. It would be better if we would create a dedicated data type, which would also encapsulate all logic related to it.
More info: https://github.com/tag1consulting/goose/pull/415#discussion_r842661269