Open slashrsm opened 2 years ago
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.
HashMap<String, TimeSeries<u32, u32>>
More info: https://github.com/tag1consulting/goose/pull/415#discussion_r842661269
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