Marco Pracucci
Marco Pracucci
I'm currently working on the experimental read-write deployment mode (https://github.com/grafana/mimir/issues/2749) and want to start Alertmanager by default. Adding Alertmanager to monolithic mode too will make it consistent.
Yeah, I consider `overrides-exporter` a really optional one. About `query-scheduler` we currently can't include it in monolithic mode (we need to guarantee only 2 replicas of it running, not more...
https://github.com/grafana/mimir/pull/3058 introduces a new configuration option for the query-frontend limit. As a next step, we could introduce a new limit name for the check done in the querier (e.g. `-querier.max-partial-query-length`)...
As a next step, I would suggest to: 1. Introduce `-querier.max-partial-query-length` and use it instead of `-store.max-query-length` in the querier (falling back to `-store.max-query-length` when it's not set) 2. Deprecate...
The CHANGELOG has just been cut to prepare for the next Mimir release. Please rebase `main` and eventually move the CHANGELOG entry added / updated in this PR to the...
The CHANGELOG has just been cut to prepare for the next Mimir release. Please rebase `main` and eventually move the CHANGELOG entry added / updated in this PR to the...
@chrisevett 👋 Hi Chris! We would love to move forward with this work. Have you got a chance to look at Dimitar's comments?
Are you configuring `alertmanager.yml` uploading it with `mimirtool alertmanager load` command (along with the template) or are you configuring it as fallback Alertmanager configuration?
You raised a very good point. The alertmanager fallback configuration currently doesn't support templates. This is something we should fix. As a workaround, could upload the alertmanager yaml config +...
> If you could point me onto loader I'me have a look into it and maybe make some pr with fixes, obviously if its needed and team not currently working...