You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.
Sparse histograms got merged into Prometheus (#11447) as a enable-feature, and we should investigate its integration and test its compatibility/performance effect on the Promscale side.
Initial thoughts:
Given sparse histograms create a lot of series, I suspect it will affect the PromQL querying performance due to a very large _prom_catalog.series table
We need to update our pkg/prompb and pkg/promql bindings from upstream. I also suspect that the new prompb bindings in Prometheus is not compatible with us (due to this), hence this becomes high priority
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Sparse histograms got merged into Prometheus (#11447) as a enable-feature, and we should investigate its integration and test its compatibility/performance effect on the Promscale side.
Initial thoughts:
_prom_catalog.series
tablepkg/prompb
andpkg/promql
bindings from upstream. I also suspect that the new prompb bindings in Prometheus is not compatible with us (due to this), hence this becomes high priorityThe text was updated successfully, but these errors were encountered: