func (r *registry) NewSummaryVec(o prometheus.SummaryOpts, labelNames []string) (*prometheus.SummaryVec, error) {
    o.Namespace = r.namespace(o.Namespace)
    o.Subsystem = r.subsystem(o.Subsystem)
    o.ConstLabels = r.mergeConstLabels(o.ConstLabels)