-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge Release 1.20 back to main #1627
Commits on Sep 4, 2024
-
native histogram: use exemplars in concurrency test
Signed-off-by: György Krajcsovits <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e061dfa - Browse repository at this point
Copy the full SHA e061dfaView commit details -
Use a trivial solution to #1605
Signed-off-by: György Krajcsovits <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dc819ce - Browse repository at this point
Copy the full SHA dc819ceView commit details -
fix: native histogram: Simplify and fix addExemplar
mdIdx was redundant when len(exemplars)>1, so got rid of it, rIdx is enough. Don't compare timestamp of incoming exemplar to timestamp of minimal distance exemplar. Most of the time the incoming exemplar will be newer. And if not, the previous code just replaced an exemplar one index after the minimal distance exemplar. Which had an index out of range bug, plus is essentially random. Signed-off-by: György Krajcsovits <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dc8e9a4 - Browse repository at this point
Copy the full SHA dc8e9a4View commit details -
Use simplified solution from #1609 for the data race
Signed-off-by: György Krajcsovits <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 504566f - Browse repository at this point
Copy the full SHA 504566fView commit details -
Update comments with more explanations
Signed-off-by: György Krajcsovits <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d6b8c89 - Browse repository at this point
Copy the full SHA d6b8c89View commit details -
Merge pull request #1608 from krajorama/index-out-of-range-native-his…
…togram-exemplar bugfix: native histogram: exemplars index out of range
Configuration menu - View commit details
-
Copy full SHA for 6e9914d - Browse repository at this point
Copy the full SHA 6e9914dView commit details
Commits on Sep 5, 2024
-
Add changelog entry for 1.20.3
Signed-off-by: Arthur Silva Sens <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 937ac63 - Browse repository at this point
Copy the full SHA 937ac63View commit details -
Merge pull request #1620 from prometheus/arthursens/prepare-1.20.3
Add changelog entry for 1.20.3
Configuration menu - View commit details
-
Copy full SHA for ef2f87e - Browse repository at this point
Copy the full SHA ef2f87eView commit details
Commits on Sep 6, 2024
-
native histogram: Fix race between Write and addExemplar
Follow-up to 1608 Signed-off-by: György Krajcsovits <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1e398cc - Browse repository at this point
Copy the full SHA 1e398ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 209f4c0 - Browse repository at this point
Copy the full SHA 209f4c0View commit details
Commits on Sep 7, 2024
-
Merge pull request #1623 from krajorama/data-race-in-histogram-write
native histogram: Fix race between Write and addExemplar
Configuration menu - View commit details
-
Copy full SHA for 05fcde9 - Browse repository at this point
Copy the full SHA 05fcde9View commit details