MCPcopy
hub / github.com/prometheus/prometheus / SeriesRef

TypeAlias SeriesRef

storage/interface.go:60–60  ·  view source on GitHub ↗

SeriesRef is a generic series reference. In prometheus it is either a HeadSeriesRef or BlockSeriesRef, though other implementations may have their own reference types.

Source from the content-addressed store, hash-verified

58// HeadSeriesRef or BlockSeriesRef, though other implementations may have
59// their own reference types.
60type SeriesRef uint64
61
62// Appendable allows creating Appender.
63//

Callers 15

createIdxChkReadersFunction · 0.92
CreateBlockFunction · 0.92
AppendMethod · 0.92
appendExemplarsMethod · 0.92
gcMethod · 0.92
deleteSeriesByIDMethod · 0.92
gcStaleSeriesMethod · 0.92
loadWALMethod · 0.92
AppendMethod · 0.92
AppendSTZeroSampleMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected