Marco Pracucci
Marco Pracucci
Good point! At Grafana Labs we use `withRunbookURL()` from [`mixin-utils`](https://github.com/grafana/jsonnet-libs/tree/master/mixin-utils) to inject the URL of the published runbook for each Mimir alert. We could just do the same directly in...
We should also mention to use fast disks for ingesters and store-gateways (see https://github.com/grafana/mimir/issues/1722#issuecomment-1112789110).
The capacity planning doc was initially conceived to be a simplification and have 1 single metric per component to use for scaling (for ingesters I picked active series). I understand...
> The guidelines for Alertmanager seem too low: @mac133k You're right. See my PR to update it: https://github.com/grafana/mimir/pull/3132
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...
Your request looks legit to me and agree we should improve the output. > Here is the fixed output I would prefer to see: > alertmanager_config: | > [...] >...
> I already have a habit of wrapping mimirtool calls in shell scripts to get the parameters right consistently and to do a bit of processing on the input and...
@treid314 In https://github.com/grafana/mimir/pull/3222 I'm proposing to import all Thanos protobufs, so you should be able to move forward cleanly with this PR.
@treid314 I merged https://github.com/grafana/mimir/pull/3222. Could you rebase, please?