harvest
harvest copied to clipboard
Use generics in Harvest metrics framework
Currently we have many duplicate go files like metric_float32.go, metric_float64.go and so on. They should be combined using go1.18+ generics.