Skip to content

Commit 72ecc48

Browse files
committed
Upgrade Prometheus
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
1 parent 61faf17 commit 72ecc48

File tree

11 files changed

+45
-21
lines changed

11 files changed

+45
-21
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ require (
343343
sigs.k8s.io/yaml v1.4.0 // indirect
344344
)
345345

346-
replace github.com/prometheus/prometheus => github.com/grafana/mimir-prometheus v1.8.2-0.20250722145652-63483586a69c
346+
replace github.com/prometheus/prometheus => github.com/grafana/mimir-prometheus v1.8.2-0.20250724124959-0d9a87207337
347347

348348
// Replace memberlist with our fork which includes some fixes that haven't been
349349
// merged upstream yet:

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -571,8 +571,8 @@ github.com/grafana/memberlist v0.3.1-0.20250428154222-f7d51a6f6700 h1:0t7iOQ5ZkB
571571
github.com/grafana/memberlist v0.3.1-0.20250428154222-f7d51a6f6700/go.mod h1:Ri9p/tRShbjYnpNf4FFPXG7wxEGY4Nrcn6E7jrVa//4=
572572
github.com/grafana/mimir-otlptranslator v0.0.0-20250703083430-c31a9568ad96 h1:kq5zJVW9LyFOB5xCeQPTON2HNjwwEkefhegZXGIhQPk=
573573
github.com/grafana/mimir-otlptranslator v0.0.0-20250703083430-c31a9568ad96/go.mod h1:P8AwMgdD7XEr6QRUJ2QWLpiAZTgTE2UYgjlu3svompI=
574-
github.com/grafana/mimir-prometheus v1.8.2-0.20250722145652-63483586a69c h1:rXA+WuPDelhtHGryjSCS1QxZlBpIOAzpNGt4BAF6SEE=
575-
github.com/grafana/mimir-prometheus v1.8.2-0.20250722145652-63483586a69c/go.mod h1:PnYZ5oMjE7QIfcep2VL/qRY3qVxvJ4qvLVV1wb5wTqk=
574+
github.com/grafana/mimir-prometheus v1.8.2-0.20250724124959-0d9a87207337 h1:3JyA9l8WyIPj33cQhLLK4HY+T6lkbr6vZCAPJFJimZo=
575+
github.com/grafana/mimir-prometheus v1.8.2-0.20250724124959-0d9a87207337/go.mod h1:Pe/2vVv91zryCeOwLSjIFJFsw4Pvd2VNHbTUGu6kUls=
576576
github.com/grafana/opentracing-contrib-go-stdlib v0.0.0-20230509071955-f410e79da956 h1:em1oddjXL8c1tL0iFdtVtPloq2hRPen2MJQKoAWpxu0=
577577
github.com/grafana/opentracing-contrib-go-stdlib v0.0.0-20230509071955-f410e79da956/go.mod h1:qtI1ogk+2JhVPIXVc6q+NHziSmy2W5GbdQZFUHADCBU=
578578
github.com/grafana/otel-profiling-go v0.5.1 h1:stVPKAFZSa7eGiqbYuG25VcqYksR6iWvF3YH66t4qL8=

vendor/github.com/prometheus/prometheus/model/labels/labels.go renamed to vendor/github.com/prometheus/prometheus/model/labels/labels_slicelabels.go

File renamed without changes.

vendor/github.com/prometheus/prometheus/model/relabel/relabel.go

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/prometheus/prometheus/model/rulefmt/rulefmt.go

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/prometheus/prometheus/notifier/manager.go

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/prometheus/prometheus/scrape/scrape.go

Lines changed: 24 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/prometheus/prometheus/storage/remote/otlptranslator/prometheusremotewrite/helper.go

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/prometheus/prometheus/storage/remote/otlptranslator/prometheusremotewrite/metrics_to_prw.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/prometheus/prometheus/storage/remote/write_handler.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)