MCPcopy Index your code
hub / github.com/prometheus/pushgateway / Ready

Method Ready

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

Ready returns nil if the MetricStore is ready to be used (all files are opened and checkpoints have been restored). Otherwise, a non-nil error is returned.

()

Source from the content-addressed store, hash-verified

65 // are opened and checkpoints have been restored). Otherwise, a non-nil
66 // error is returned.
67 Ready() error
68}
69
70// WriteRequest is a request to change the MetricStore, i.e. to process it, a

Callers 1

ReadyFunction · 0.65

Implementers 2

DiskMetricStorestorage/diskmetricstore.go
MockMetricStorehandler/handler_test.go

Calls

no outgoing calls

Tested by

no test coverage detected