func (r *registry) NewHistogramVec(o prometheus.HistogramOpts, labelNames []string) (*prometheus.HistogramVec, error) {
    o.Namespace = r.namespace(o.Namespace)
    o.Subsystem = r.subsystem(o.Subsystem)
    o.ConstLabels = r.mergeConstLabels(o.ConstLabels)