prometheus/web
Björn Rabenstein d677aa4b29
storage: Consolidate iterator method names (Values -> At) (#9888)
`BufferedSeriesIterator` and `MemoizedSeriesIterator` use a method
called `Values` for exactly the purpose for which all other iterators
of the same kind use a method called `At`. That alone is confusing,
but on top of that, the `Values` method only returns a single sample,
not multiple values. I assume the naming has historical reasons. This
commit makes it more consistent. It is now easier to read, and now
`BufferedSeriesIterator` and `MemoizedSeriesIterator` implement
`chunkenc.Iterator` like many other iterators, too.

Signed-off-by: beorn7 <beorn@grafana.com>
2021-11-29 11:16:40 +01:00
..
api/v1 Export rules related structs in web/api/v1 (#9831) 2021-11-21 22:30:27 +05:30
ui Revert "Replace vfsgen with embed for static web assets (#9719)" (#9870) 2021-11-26 10:11:26 +01:00
federate.go storage: Consolidate iterator method names (Values -> At) (#9888) 2021-11-29 11:16:40 +01:00
federate_test.go web: prepare TestFederation_NotReady test for parallel execution 2021-11-10 09:40:43 +01:00
web.go web:Fix a potential goroutine leak by channel (#8965) 2021-11-23 09:58:17 +01:00
web_test.go web: randomize used port in TestAgentAPIEndPoints test 2021-11-11 01:37:24 +01:00