mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
chore: comments
Co-authored-by: Bartlomiej Plotka <bwplotka@gmail.com> Signed-off-by: Manik Rana <Manikrana54@gmail.com>
This commit is contained in:
parent
debe023afa
commit
e4a9124db0
|
@ -102,7 +102,6 @@ type openMetricsParserOptions struct {
|
|||
SkipCTSeries bool
|
||||
}
|
||||
|
||||
// SkipCTSeries skips the parsing of _created lines.
|
||||
type OpenMetricsOption func(*openMetricsParserOptions)
|
||||
|
||||
// WithOMParserCTSeriesSkipped turns off exposing _created lines
|
||||
|
|
Loading…
Reference in a new issue