Hacker News new | ask | show | jobs
by pracucci 1543 days ago
Mimir includes a ruler component, which is responsibile to evaluate Prometheus recording and alerting rules. It also exposes a set of APIs to configure the rule groups.

For example, you can use this API to upload a rule group: https://grafana.com/docs/mimir/latest/operators-guide/refere...

Mimir is released with a CLI tool called "mimirtool" which, among other things, allow you to configure the rule groups (under the hood, it calls the Mimir API). Mimirtool documentation is here: https://grafana.com/docs/mimir/latest/operators-guide/tools/...

1 comments

Thank you for the reply.