func (p *promTextParser) addCounter(value float64) {
    p.currSeries = p.currSeries[1:] // remove "__name__"

    if v := len(p.currMF.metrics); v == cap(p.currMF.metrics) {
        p.currMF.metrics = append(p.currMF.metrics, Metric{