github.com/prometheus/common/expfmt.ParseError.Line (field)

3 uses

	github.com/prometheus/common/expfmt (current package)
		text_parse.go#L40: 	Line int
		text_parse.go#L46: 	return fmt.Sprintf("text format parsing error in line %d: %s", e.Line, e.Msg)
		text_parse.go#L520: 		Line: p.lineCount,