mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
chore: comments
Co-authored-by: Arthur Silva Sens <arthursens2005@gmail.com> Signed-off-by: Manik Rana <Manikrana54@gmail.com>
This commit is contained in:
parent
e88a189975
commit
d0d82e5d16
|
@ -287,7 +287,7 @@ func (p *OpenMetricsParser) CreatedTimestamp() *int64 {
|
||||||
// Assume we hit different family, no CT line found.
|
// Assume we hit different family, no CT line found.
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
// We are sure this series is for sure the same metric family as in currLset
|
// We are sure this series is the same metric family as in currLset
|
||||||
// because otherwise we would have EntryType first which we ruled out before.
|
// because otherwise we would have EntryType first which we ruled out before.
|
||||||
var peekedLset labels.Labels
|
var peekedLset labels.Labels
|
||||||
peek.Metric(&peekedLset)
|
peek.Metric(&peekedLset)
|
||||||
|
|
Loading…
Reference in a new issue