chore: lint

Signed-off-by: Manik Rana <manikrana54@gmail.com>
This commit is contained in:
Manik Rana 2024-08-05 22:21:13 +05:30
parent 50c2d2ce69
commit af0481f4be
2 changed files with 0 additions and 2 deletions

View file

@ -134,7 +134,6 @@ func NewOpenMetricsParser(b []byte, st *labels.SymbolTable, opts ...OpenMetricsO
return parser
}
// Series returns the bytes of the series, the timestamp if set, and the value
// of the current sample.
func (p *OpenMetricsParser) Series() ([]byte, *int64, float64) {

View file

@ -479,7 +479,6 @@ const (
promtestdataSampleCount = 410
)
func newOpenMetricsParserNoOptions(b []byte, st *labels.SymbolTable) Parser {
return NewOpenMetricsParser(b, st)
}