Append and all the rest Append* methods should block until the samples are fully accepted e.g. enqueued in memory. Once returned, the WAL Watcher will not attempt to pass that data again.
([]record.RefSample)
| 56 | // |
| 57 | // Once returned, the WAL Watcher will not attempt to pass that data again. |
| 58 | Append([]record.RefSample) bool |
| 59 | AppendExemplars([]record.RefExemplar) bool |
| 60 | AppendHistograms([]record.RefHistogramSample) bool |
| 61 | AppendFloatHistograms([]record.RefFloatHistogramSample) bool |
no outgoing calls