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)
| 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, |
no outgoing calls
no test coverage detected