MCPcopy
hub / github.com/ccfos/nightingale / Writer

Interface Writer

pushgw/writer/writer.go:355–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

353}
354
355type Writer interface {
356 Write(string, []prompb.TimeSeries, ...map[string]string)
357}
358
359func (ws *WritersType) StartConsumer(identQueue *IdentQueue) {
360 for {

Callers 8

EvalMethod · 0.65
StartConsumerMethod · 0.65
WriteMethod · 0.65
HashMethod · 0.65
getSignatureFunction · 0.65
getTxSignatureMethod · 0.65
signFunction · 0.65

Implementers 4

WriterTypepushgw/writer/writer.go
KafkaWriterTypepushgw/writer/kafka_writer.go
CustomResponseWriterpkg/aop/log.go
WriterTypepkg/prom/writer.go

Calls

no outgoing calls

Tested by

no test coverage detected