Updating to the latest prometheus client version fails with "vec.With(delta.Labels) (type prometheus.Observer) as type prometheus.Histogram in assignment" #12
I just updated to the latest prometheus go client and get this error when building
./delta.go:161: cannot use vec.With(delta.Labels) (type prometheus.Observer) as type
prometheus.Histogram in assignment:
prometheus.Observer does not implement prometheus.Histogram
(missing Collect method)
I just updated to the latest prometheus go client and get this error when building