prometheus/storage
Bryan Boreham 42b546a43d
tsdb: add details to duplicate sample error (#13277)
Now the error will include the timestamp and the existing and new values.
When you are trying to track down the source of this error, it can be
useful to see that the values are close, or alternating, or something
else.

Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
2024-06-04 08:54:09 +01:00
..
remote fix: correct the typo in azuread sdk auth (#14106) 2024-05-21 19:08:35 +02:00
buffer_test.go SampleRingIterator: add currType field 2024-03-01 14:59:19 +01:00
buffer.go storage: simplify sampleRing fix 2024-03-05 15:41:18 +01:00
errors.go tsdb: add details to duplicate sample error (#13277) 2024-06-04 08:54:09 +01:00
fanout_test.go golangci-lint: enable testifylint linter (#13254) 2023-12-07 11:35:01 +00:00
fanout.go storage: skip merging when no remote storage configured 2024-01-18 17:50:06 +00:00
generic.go Add warnings (and annotations) to PromQL query results (#12152) 2023-09-14 18:57:31 +02:00
interface.go tsdb: add details to duplicate sample error (#13277) 2024-06-04 08:54:09 +01:00
lazy.go Add warnings (and annotations) to PromQL query results (#12152) 2023-09-14 18:57:31 +02:00
memoized_iterator_test.go golangci-lint: enable testifylint linter (#13254) 2023-12-07 11:35:01 +00:00
memoized_iterator.go Optimize histogram iterators (#13340) 2024-01-23 17:02:14 +01:00
merge_test.go golangci-lint: enable whitespace linter (#13905) 2024-04-11 09:27:54 +01:00
merge.go Move from golang.org/x/exp/slices into slices now that we only support Go >= 1.21 2024-02-28 14:54:53 +01:00
noop.go Add warnings (and annotations) to PromQL query results (#12152) 2023-09-14 18:57:31 +02:00
secondary.go Add warnings (and annotations) to PromQL query results (#12152) 2023-09-14 18:57:31 +02:00
series_test.go golangci-lint: enable testifylint linter (#13254) 2023-12-07 11:35:01 +00:00
series.go Fix language in docs and comments (#14041) 2024-05-08 17:57:09 +02:00