AppendHistogram adds a histogram for the given series labels. An optional reference number can be provided to accelerate calls. A reference number is returned which can be used to add further histograms in the same or later transactions. Returned reference numbers are ephemeral and may be rejected i
(ref SeriesRef, l labels.Labels, t int64, h *histogram.Histogram, fh *histogram.FloatHistogram)
| 476 | // pointer. AppendHistogram won't mutate the histogram, but in turn |
| 477 | // depends on the caller to not mutate it either. |
| 478 | AppendHistogram(ref SeriesRef, l labels.Labels, t int64, h *histogram.Histogram, fh *histogram.FloatHistogram) (SeriesRef, error) |
| 479 | // AppendHistogramSTZeroSample adds synthetic zero sample for the given st timestamp, |
| 480 | // which will be associated with given series, labels and the incoming |
| 481 | // sample's t (timestamp). AppendHistogramSTZeroSample returns error if zero sample can't be |
no outgoing calls