MCPcopy
hub / github.com/prometheus/prometheus / Appender

Method Appender

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

Appender returns a new appender for the storage. Implementations CAN choose whether to use the context e.g. for deadlines, but it's not mandatory.

(ctx context.Context)

Source from the content-addressed store, hash-verified

69 // Implementations CAN choose whether to use the context e.g. for deadlines,
70 // but it's not mandatory.
71 Appender(ctx context.Context) Appender
72}
73
74// SampleAndChunkQueryable allows retrieving samples as well as encoded samples in form of chunks.

Callers 15

AppenderMethod · 0.65
IteratorMethod · 0.65
TestFanout_SelectSortedFunction · 0.65
AppenderMethod · 0.65
TestFanoutAppenderFunction · 0.65
AppenderMethod · 0.65
writeMethod · 0.65
writeV2Method · 0.65
appenderMethod · 0.65
TestBucketLimitAppenderFunction · 0.65
TestMaxSchemaAppenderFunction · 0.65

Implementers 15

Headtsdb/head.go
BlockWritertsdb/blockwriter.go
CircularExemplarStoragetsdb/exemplar.go
DBtsdb/db.go
XOR2Chunktsdb/chunkenc/xor2.go
HistogramChunktsdb/chunkenc/histogram.go
XORChunktsdb/chunkenc/xor.go
FloatHistogramChunktsdb/chunkenc/float_histogram.go
DBtsdb/agent/db.go
fanoutstorage/fanout.go
errStoragestorage/fanout_test.go
mockStoragestorage/fanout_test.go

Calls

no outgoing calls