(storage.SeriesRef, labels.Labels, exemplar.Exemplar)
| 25 | } |
| 26 | |
| 27 | func (n noopAppender) AppendExemplar(storage.SeriesRef, labels.Labels, exemplar.Exemplar) (storage.SeriesRef, error) { |
| 28 | return 0, nil |
| 29 | } |
| 30 | |
| 31 | func (n noopAppender) AppendHistogram(storage.SeriesRef, labels.Labels, int64, *prom_histogram.Histogram, *prom_histogram.FloatHistogram) (storage.SeriesRef, error) { |
| 32 | return 0, nil |
no outgoing calls
no test coverage detected