Open
Description
When applying labels to SummaryVec or HistogramVec, a "generic" Observer interface is returned. This is inconsistent with other *Vec types and does not appear to serve any useful practical purpose.
It will be substantially more convenient (especially, when all kinds of automation via reflection scenarios are concerned) if SummaryVec and HistogramVec simply returned the corresponding concrete interfaces implementing Summary and Histogram types.