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

Method At

storage/memoized_iterator.go:130–132  ·  view source on GitHub ↗

At returns the current float element of the iterator.

()

Source from the content-addressed store, hash-verified

128
129// At returns the current float element of the iterator.
130func (b *MemoizedSeriesIterator) At() (int64, float64) {
131 return b.it.At()
132}
133
134// AtFloatHistogram returns the current float-histogram element of the iterator.
135func (b *MemoizedSeriesIterator) AtFloatHistogram() (int64, *histogram.FloatHistogram) {

Callers 1

Calls 1

AtMethod · 0.65

Tested by 1