MCPcopy
hub / github.com/prometheus/prometheus / At

Method At

storage/buffer.go:144–146  ·  view source on GitHub ↗

At returns the current float element of the iterator.

()

Source from the content-addressed store, hash-verified

142
143// At returns the current float element of the iterator.
144func (b *BufferedSeriesIterator) At() (int64, float64) {
145 return b.it.At()
146}
147
148// AtHistogram returns the current histogram element of the iterator.
149func (b *BufferedSeriesIterator) AtHistogram(fh *histogram.Histogram) (int64, *histogram.Histogram) {

Callers 1

Calls 1

AtMethod · 0.65

Tested by 1