func (r *registry) NewCounterVec(o prometheus.CounterOpts, labelNames []string) (*prometheus.CounterVec, error) {
    o.Namespace = r.namespace(o.Namespace)
    o.Subsystem = r.subsystem(o.Subsystem)
    o.ConstLabels = r.mergeConstLabels(o.ConstLabels)