AppendSTZeroSample adds synthetic zero sample for the given st timestamp, which will be associated with given series, labels and the incoming sample's t (timestamp). AppendSTZeroSample returns error if zero sample can't be appended, for example when st is too old, or when it would collide with incom
(ref SeriesRef, l labels.Labels, t, st int64)
| 526 | // |
| 527 | // If the reference is 0 it must not be used for caching. |
| 528 | AppendSTZeroSample(ref SeriesRef, l labels.Labels, t, st int64) (SeriesRef, error) |
| 529 | } |
| 530 | |
| 531 | // SeriesSet contains a set of series. |
no outgoing calls