prometheus/storage
George Krajcsovits a66c696530
chore(storage): update docstring (#17609)
The original implementation in #9705 for native histograms included a
technical dept #15177 where samples were committed ordered by type
not by their append order. This was fixed in #17071, but this docstring
was not updated.

I've also took the liberty to mention that we do not order by timestamp
either, thus it is possible to append out of order samples.

Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com>
2025-11-25 15:33:35 +01:00
..
remote Add histogram validation in remote-read and during reducing resolution (#17561) 2025-11-21 00:22:24 +01:00
buffer.go chore: enable unused-receiver rule from revive 2025-08-04 09:43:33 +00:00
buffer_test.go chore: enable unused-receiver rule from revive 2025-08-04 09:43:33 +00:00
errors.go Fix appendable: check whether last val was a histogram (#14613) 2024-08-07 15:02:59 +02:00
errors_test.go Fix appendable: check whether last val was a histogram (#14613) 2024-08-07 15:02:59 +02:00
fanout.go feat: rename CreatedTimestamp to StartTimestamp (#17523) 2025-11-13 14:17:51 +00:00
fanout_test.go chore: enable unused-receiver rule from revive 2025-08-04 09:43:33 +00:00
generic.go Add warnings (and annotations) to PromQL query results (#12152) 2023-09-14 18:57:31 +02:00
interface.go chore(storage): update docstring (#17609) 2025-11-25 15:33:35 +01:00
interface_test.go Fix: chunkenc.MockSeriesIterator 2024-08-30 16:44:36 +02:00
lazy.go Add warnings (and annotations) to PromQL query results (#12152) 2023-09-14 18:57:31 +02:00
memoized_iterator.go storage: add `AtT` method to `MemoizedSeriesIterator` 2024-07-15 14:09:02 +10:00
memoized_iterator_test.go storage: add `AtT` method to `MemoizedSeriesIterator` 2024-07-15 14:09:02 +10:00
merge.go Apply analyzer "modernize" to the whole codebase 2025-08-27 14:48:41 +02:00
merge_test.go Update modernize (#17471) 2025-11-04 05:13:49 +00:00
noop.go Pass limit param as hint to storage.Querier 2024-06-20 09:47:38 -07:00
secondary.go Pass limit param as hint to storage.Querier 2024-06-20 09:47:38 -07:00
series.go chore: enable unused-receiver rule from revive 2025-08-04 09:43:33 +00:00
series_test.go Fix linting issues found by golangci-lint v2.0.2 (#16368) 2025-05-03 19:05:13 +02:00