There was an error while loading. Please reload this page.
1 parent 5f4a92d commit 19ac84aCopy full SHA for 19ac84a
1 file changed
expfmt/text_parse.go
@@ -586,7 +586,6 @@ func (p *TextParser) readingType() stateFn {
586
p.parseError(fmt.Sprintf("unknown metric type %q", p.currentToken.String()))
587
return nil
588
}
589
-
590
p.currentMF.Type = dto.MetricType(metricType).Enum()
591
return p.startOfLine
592
0 commit comments