Skip to content

Commit

Permalink
[release-2.11] sync with mimir-prometheus at f51e8aae4265 (#6884)
Browse files Browse the repository at this point in the history
Sync to the newly created mimir-release-2.11 branch that includes
grafana/mimir-prometheus#572

Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com>
  • Loading branch information
krajorama committed Dec 11, 2023
1 parent eb2e08d commit 7202fe4
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@

### Tools

## 2.11.0-rc.1

### Grafana Mimir

* [BUGFIX] Fixed possible series matcher corruption leading to wrong series being included in query results. #6884

## 2.11.0-rc.0

### Grafana Mimir
Expand Down
1 change: 1 addition & 0 deletions docs/sources/mimir/release-notes/v2.11.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,4 @@ The following configuration option defaults were changed:
- Distributor: Return 529 when ingestion rate limit is hit and the `distributor.service_overload_status_code_on_rate_limit_enabled` flag is active. [PR 6549](https://github.com/grafana/mimir/pull/6549)
- Query-scheduler: Prevent accumulation of stale querier connections. [PR 6100](https://github.com/grafana/mimir/pull/6100)
- Packaging: Fix preremove script preventing upgrades on RHEL based OS. [PR 6067](https://github.com/grafana/mimir/pull/6067)
- Ingester: Fixed possible series matcher corruption leading to wrong series being included in query results. [PR 6884](https://github.com/grafana/mimir/pull/6884)
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ require (
)

// Using a fork of Prometheus with Mimir-specific changes.
replace github.com/prometheus/prometheus => github.com/grafana/mimir-prometheus v0.0.0-20231121152630-cdc4e7fd4bb8
replace github.com/prometheus/prometheus => github.com/grafana/mimir-prometheus v0.0.0-20231211122056-f51e8aae4265

// 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 @@ -549,8 +549,8 @@ github.com/grafana/gomemcache v0.0.0-20231023152154-6947259a0586 h1:/of8Z8taCPft
github.com/grafana/gomemcache v0.0.0-20231023152154-6947259a0586/go.mod h1:PGk3RjYHpxMM8HFPhKKo+vve3DdlPUELZLSDEFehPuU=
github.com/grafana/memberlist v0.3.1-0.20220714140823-09ffed8adbbe h1:yIXAAbLswn7VNWBIvM71O2QsgfgW9fRXZNR0DXe6pDU=
github.com/grafana/memberlist v0.3.1-0.20220714140823-09ffed8adbbe/go.mod h1:MS2lj3INKhZjWNqd3N0m3J+Jxf3DAOnAH9VT3Sh9MUE=
github.com/grafana/mimir-prometheus v0.0.0-20231121152630-cdc4e7fd4bb8 h1:ZU7twrg3qD6FNzsJsllI1o9gm4qB0ctGUjXYjVA7uCE=
github.com/grafana/mimir-prometheus v0.0.0-20231121152630-cdc4e7fd4bb8/go.mod h1:VIbTjmxRZbB1CvLd3TRKcrXU62bXesG4P24dmcugLbY=
github.com/grafana/mimir-prometheus v0.0.0-20231211122056-f51e8aae4265 h1:sIlRPDD/Lz001iwKCk0LpNRKJ1DH1Dsc8ZCUHfiPyNw=
github.com/grafana/mimir-prometheus v0.0.0-20231211122056-f51e8aae4265/go.mod h1:VIbTjmxRZbB1CvLd3TRKcrXU62bXesG4P24dmcugLbY=
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/regexp v0.0.0-20221005093135-b4c2bcb0a4b6 h1:A3dhViTeFDSQcGOXuUi6ukCQSMyDtDISBp2z6OOo2YM=
Expand Down

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.

0 comments on commit 7202fe4

Please sign in to comment.