MCPcopy
hub / github.com/prometheus/pushgateway / SubmitWriteRequest

Method SubmitWriteRequest

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

SubmitWriteRequest submits a WriteRequest for processing. There is no guarantee when a request will be processed, but it is guaranteed that the requests are processed in the order of submission.

(req WriteRequest)

Source from the content-addressed store, hash-verified

29 // guarantee when a request will be processed, but it is guaranteed that
30 // the requests are processed in the order of submission.
31 SubmitWriteRequest(req WriteRequest)
32 // GetMetricFamilies returns all the currently saved MetricFamilies. The
33 // returned MetricFamilies are guaranteed to not be modified by the
34 // MetricStore anymore. However, they may still be read somewhere else,

Callers 3

PushFunction · 0.65
DeleteFunction · 0.65
WipeMetricStoreFunction · 0.65

Implementers 2

DiskMetricStorestorage/diskmetricstore.go
MockMetricStorehandler/handler_test.go

Calls

no outgoing calls

Tested by

no test coverage detected