goose icon indicating copy to clipboard operation
goose copied to clipboard

Create new "ItemsPerSecond" data type for graph data collection

Open slashrsm opened this issue 2 years ago • 0 comments

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

slashrsm avatar Apr 08 '22 07:04 slashrsm