MCPcopy
hub / github.com/prometheus/prometheus / T

Method T

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

Source from the content-addressed store, hash-verified

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

Callers 15

requireEqualSamplesFunction · 0.65
SeekMethod · 0.65
AtMethod · 0.65
AtHistogramMethod · 0.65
AtFloatHistogramMethod · 0.65
AtTMethod · 0.65
testQuerierOOOQueryFunction · 0.65
testChunkQuerierOOOQueryFunction · 0.65
testOOOAppendAndQueryFunction · 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 15

SeekMethod · 0.52
AtMethod · 0.52
AtHistogramMethod · 0.52
AtFloatHistogramMethod · 0.52
AtTMethod · 0.52
testQuerierOOOQueryFunction · 0.52
testChunkQuerierOOOQueryFunction · 0.52
testOOOAppendAndQueryFunction · 0.52
testWBLAndMmapReplayFunction · 0.52