Skip to content

all: bump to latest prometheus #594

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

MichaHoffmann
Copy link
Contributor

Bump to latest prometheus and fix fallout. Also made XFunctions always enabled.

@MichaHoffmann MichaHoffmann force-pushed the mhoffmann/bump-prometheus branch 6 times, most recently from 2118540 to 99fb088 Compare June 15, 2025 08:43
@MichaHoffmann
Copy link
Contributor Author

MichaHoffmann commented Jun 15, 2025

Fuzzing and tests fail because of: https://cloud-native.slack.com/archives/C01AUBA4PFE/p1749978859618789

We need to wait for:

Also: I think we need to revisit warnings somewhat, they feel a bit all over the place right now

@MichaHoffmann MichaHoffmann force-pushed the mhoffmann/bump-prometheus branch from 99fb088 to 681bb54 Compare June 15, 2025 11:59
@@ -208,6 +281,7 @@ func (o *histogramOperator) loadSeries(ctx context.Context) error {
)

o.series = make([]labels.Labels, 0)
o.inputSeriesNames = make([]string, len(series))
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so this is kinda gross, but needed to pass the promql acceptance tests since the series name is part of the expected warning.

@MichaHoffmann MichaHoffmann force-pushed the mhoffmann/bump-prometheus branch 3 times, most recently from ffaa592 to d4e6dc2 Compare June 16, 2025 10:48
Bump to latest prometheus and fix fallout.

Signed-off-by: Michael Hoffmann <mhoffmann@cloudflare.com>
@MichaHoffmann MichaHoffmann force-pushed the mhoffmann/bump-prometheus branch from d4e6dc2 to 3030504 Compare June 16, 2025 10:49
@harry671003
Copy link
Contributor

Could we run benchmarks like in #567?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants