Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ require (
sigs.k8s.io/yaml v1.6.0 // indirect
)

replace github.com/prometheus/prometheus => github.com/grafana/mimir-prometheus v1.8.2-0.20251006025148-b189fcb22335
replace github.com/prometheus/prometheus => github.com/grafana/mimir-prometheus v1.8.2-0.20251010073941-0ed5c290059e

// Replace memberlist with our fork which includes some fixes that haven't been
// merged upstream yet:
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -573,8 +573,8 @@ github.com/grafana/memberlist v0.3.1-0.20250428154222-f7d51a6f6700 h1:0t7iOQ5ZkB
github.com/grafana/memberlist v0.3.1-0.20250428154222-f7d51a6f6700/go.mod h1:Ri9p/tRShbjYnpNf4FFPXG7wxEGY4Nrcn6E7jrVa//4=
github.com/grafana/mimir-otlptranslator v0.0.0-20250804202727-9e7a25d056aa h1:MUh6FkgCcJZCXDtEzuuEKTNCc1D0VQbRbqo2A9dr/hI=
github.com/grafana/mimir-otlptranslator v0.0.0-20250804202727-9e7a25d056aa/go.mod h1:P8AwMgdD7XEr6QRUJ2QWLpiAZTgTE2UYgjlu3svompI=
github.com/grafana/mimir-prometheus v1.8.2-0.20251006025148-b189fcb22335 h1:J2gpG8i0hOWfQn083ysysHOTNkFd8tTWvtn17zQZFJI=
github.com/grafana/mimir-prometheus v1.8.2-0.20251006025148-b189fcb22335/go.mod h1:dp4jsJPZvZIHdvAC9lgpOI5uwqgNzBzOwo/ZU3zUp/c=
github.com/grafana/mimir-prometheus v1.8.2-0.20251010073941-0ed5c290059e h1:D5fyb5Dl9wakxU7REw88pVWD/Tqx3IknZC3TtWNMGcQ=
github.com/grafana/mimir-prometheus v1.8.2-0.20251010073941-0ed5c290059e/go.mod h1:dp4jsJPZvZIHdvAC9lgpOI5uwqgNzBzOwo/ZU3zUp/c=
github.com/grafana/opentracing-contrib-go-stdlib v0.0.0-20230509071955-f410e79da956 h1:em1oddjXL8c1tL0iFdtVtPloq2hRPen2MJQKoAWpxu0=
github.com/grafana/opentracing-contrib-go-stdlib v0.0.0-20230509071955-f410e79da956/go.mod h1:qtI1ogk+2JhVPIXVc6q+NHziSmy2W5GbdQZFUHADCBU=
github.com/grafana/otel-profiling-go v0.5.1 h1:stVPKAFZSa7eGiqbYuG25VcqYksR6iWvF3YH66t4qL8=
Expand Down
97 changes: 64 additions & 33 deletions vendor/github.com/prometheus/prometheus/rules/group.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion vendor/github.com/prometheus/prometheus/rules/manager.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/modules.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading