Prometheus upgrade to support native histogram aggregations in promxy #691
Replies: 2 comments 2 replies
-
There isn't as of now; but it is probably about time to upgrade the prometheus fork -- as you mentioned it has been a while.
This has historically been a bit of a pain to do the upgrade for a couple main reasons:
None of these are show-stoppers; they all just require time. I'd be happy to review a branch/PR to prometheus if you'd like to take a stab at it! Otherwise when I get a free day or two I can take a crack at it (not sure when that'll be, this is in my free time) :) |
Beta Was this translation helpful? Give feedback.
-
@jacksontj I have started to work on upgrading prometheus and adding native histogram support. Here is how I proceeded with the changes:
Let me know your thoughts on this, once Promxy PR is ready for review, I can use your help in reviewing the change |
Beta Was this translation helpful? Give feedback.
-
Starting this thread to discuss upgrading prometheus for promxy to support native histograms.
Promxy is currently based on Prometheus 2.37 (last commit on main branch) which is 2 year old and a lot of improvement and new features has been introduced since then and mainly support around native histogram.
cc: @jacksontj
Beta Was this translation helpful? Give feedback.
All reactions