MCPcopy
hub / github.com/prometheus/prometheus / AtST

Method AtST

storage/buffer.go:164–166  ·  view source on GitHub ↗

AtST returns the current sample's start timestamp of the iterator.

()

Source from the content-addressed store, hash-verified

162
163// AtST returns the current sample's start timestamp of the iterator.
164func (b *BufferedSeriesIterator) AtST() int64 {
165 return b.it.AtST()
166}
167
168// Err returns the last encountered error.
169func (b *BufferedSeriesIterator) Err() error {

Callers 1

Calls 1

AtSTMethod · 0.65

Tested by 1