MCPcopy
hub / github.com/prometheus/prometheus / ST

Method ST

tsdb/chunks/samples.go:28–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26type Sample interface {
27 T() int64
28 ST() int64
29 F() float64
30 H() *histogram.Histogram
31 FH() *histogram.FloatHistogram

Callers 7

AtSTMethod · 0.65
ChunkFromSamplesGenericFunction · 0.65
AtSTMethod · 0.65
NextMethod · 0.65

Implementers 5

sampletsdb/head.go
sampletsdb/chunks/samples.go
fSamplestorage/buffer.go
hSamplestorage/buffer.go
fhSamplestorage/buffer.go

Calls

no outgoing calls

Tested by 4

AtSTMethod · 0.52