mirror of
https://github.com/zalando-incubator/kube-metrics-adapter.git
synced 2024-12-22 11:06:04 +00:00
f58db31f98
The metrics store, both the custom and external one, make heavy usage of maps of strings to strings. This leads to a presumable confusing or at least hard to read codebase. This commit tries to increase readability and maintainability of the metric stores by using custom types. This commit has no effect in performance or functionality, it's pure aesthetics. Co-authored-by: Jonathan Juares Beber <jonathanbeber@gmail.com> Signed-off-by: Katyanna Moura <amelie.kn@gmail.com>