-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Comparing changes
Open a pull request
base repository: prometheus/prometheus
base: 5354e87
head repository: prometheus/prometheus
compare: e6cfa72
- 14 commits
- 18 files changed
- 5 contributors
Commits on Aug 8, 2024
-
Ignore stale histograms for counter reset detection
The histogram stats decoder keeps track of the last seen histogram sample in order to properly detect counter resets. We are seeing an issue where a histogram with UnknownResetHint gets treated as a counter reset when it follows a stale histogram sample. I believe that this is incorrect since stale samples should be completely ignored in PromQL. As a result, they should not be stored in the histogram stats iterator and the counter reset detection needs to be done against the last non-stale sample. Signed-off-by: Filip Petkovski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6100e75 - Browse repository at this point
Copy the full SHA 6100e75View commit details -
Signed-off-by: Filip Petkovski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 02d9d87 - Browse repository at this point
Copy the full SHA 02d9d87View commit details -
Use CopyTo when resetting histogram in stats iterator
The histogram stats iterator does not fully clear the histogram object and is not resilient to new fields being added to the histogram type. To resolve the issue, the commit uses the CopyTo methods which should be future proof to new fields being added. Signed-off-by: Filip Petkovski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8f9751b - Browse repository at this point
Copy the full SHA 8f9751bView commit details -
Fix histogram pool poisoning bu chunkenc.Iterator
chunkenc.Iterator.AtFloatHistogram may do a shallow copy if it receives nil as input pointer. This can in turn share the span slice with multiple histograms in the matrixSelectorHPool, leading to unexpected errors. Signed-off-by: György Krajcsovits <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 909785b - Browse repository at this point
Copy the full SHA 909785bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fb0ff7 - Browse repository at this point
Copy the full SHA 1fb0ff7View commit details -
Signed-off-by: George Krajcsovits <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1d7fe4b - Browse repository at this point
Copy the full SHA 1d7fe4bView commit details
Commits on Aug 14, 2024
-
Merge pull request #14623 from prometheus/backport-pr14514-to-2.54
Ignore stale histograms for counter reset detection
Configuration menu - View commit details
-
Copy full SHA for 03d5c63 - Browse repository at this point
Copy the full SHA 03d5c63View commit details -
Merge pull request #14624 from prometheus/backport-pr14538-to-2.54
Use CopyTo when resetting histogram in stats iterator
Configuration menu - View commit details
-
Copy full SHA for 26977b5 - Browse repository at this point
Copy the full SHA 26977b5View commit details
Commits on Aug 19, 2024
-
[BUGFIX] Scraping: allow multiple samples on same series (#14685)
So long as they specify timestamps. We don't check that the timestamps are different. Extend test, and use client_golang/prometheus/testutil to simplify metric check. Signed-off-by: Bryan Boreham <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 144470c - Browse repository at this point
Copy the full SHA 144470cView commit details -
fix the issue of failing to match the first network when the containe…
…r is reconnected to a new network Signed-off-by: [email protected] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 89dee48 - Browse repository at this point
Copy the full SHA 89dee48View commit details -
Merge pull request #14654 from DrAuYueng/docker-network-mode-match
[BUGFIX] Docker SD: fix the issue of failing to match the first network when the container is reconnected to a new network
Configuration menu - View commit details
-
Copy full SHA for 2eb24bf - Browse repository at this point
Copy the full SHA 2eb24bfView commit details -
Merge pull request #14625 from prometheus/backport-pr14605-to-2.54
Fix histogram pool poisoning bug chunkenc.Iterator
Configuration menu - View commit details
-
Copy full SHA for 414d529 - Browse repository at this point
Copy the full SHA 414d529View commit details
Commits on Aug 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for da28f88 - Browse repository at this point
Copy the full SHA da28f88View commit details -
Merge pull request #14739 from prometheus/prep-2.54.1
Cut release 2.54.1
Configuration menu - View commit details
-
Copy full SHA for e6cfa72 - Browse repository at this point
Copy the full SHA e6cfa72View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 5354e87...e6cfa72