Append adds a sample pair for the given series. An optional series reference can be provided to accelerate calls. A series reference number is returned which can be used to add further samples to the given series in the same or later transactions. Returned reference numbers are ephemeral and may be
(ref SeriesRef, l labels.Labels, t int64, v float64)
| 418 | // reference number. |
| 419 | // If the reference is 0 it must not be used for caching. |
| 420 | Append(ref SeriesRef, l labels.Labels, t int64, v float64) (SeriesRef, error) |
| 421 | |
| 422 | // SetOptions configures the appender with specific append options such as |
| 423 | // discarding out-of-order samples even if out-of-order is enabled in the TSDB. |
no outgoing calls