mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
chore: lint
Signed-off-by: Manik Rana <manikrana54@gmail.com>
This commit is contained in:
parent
50c2d2ce69
commit
af0481f4be
|
@ -134,7 +134,6 @@ func NewOpenMetricsParser(b []byte, st *labels.SymbolTable, opts ...OpenMetricsO
|
||||||
return parser
|
return parser
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Series returns the bytes of the series, the timestamp if set, and the value
|
// Series returns the bytes of the series, the timestamp if set, and the value
|
||||||
// of the current sample.
|
// of the current sample.
|
||||||
func (p *OpenMetricsParser) Series() ([]byte, *int64, float64) {
|
func (p *OpenMetricsParser) Series() ([]byte, *int64, float64) {
|
||||||
|
|
|
@ -479,7 +479,6 @@ const (
|
||||||
promtestdataSampleCount = 410
|
promtestdataSampleCount = 410
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
func newOpenMetricsParserNoOptions(b []byte, st *labels.SymbolTable) Parser {
|
func newOpenMetricsParserNoOptions(b []byte, st *labels.SymbolTable) Parser {
|
||||||
return NewOpenMetricsParser(b, st)
|
return NewOpenMetricsParser(b, st)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue