func (r *registry) NewGaugeVec(o prometheus.GaugeOpts, labelNames []string) (*prometheus.GaugeVec, error) {
    o.Namespace = r.namespace(o.Namespace)
    o.Subsystem = r.subsystem(o.Subsystem)
    o.ConstLabels = r.mergeConstLabels(o.ConstLabels)