Skip to content

Commit

Permalink
Docs: add mimir recommended scrape interval (grafana#2147)
Browse files Browse the repository at this point in the history
* docs: add mimir recommended scrape interval

* Update docs/sources/operators-guide/visualizing-metrics/requirements.md

Co-authored-by: Peter Štibraný <pstibrany@gmail.com>

* Update docs/sources/operators-guide/visualizing-metrics/requirements.md

* feat(changelog): mimir required scrape interval

* Fix changelog entries ordering

Co-authored-by: Ursula Kallio <ursula.kallio@grafana.com>
Co-authored-by: Diego ROJAS <63368264+rojasdiegopro@users.noreply.github.com>
  • Loading branch information
3 people authored and mason committed Jul 11, 2022
1 parent 445b871 commit 92da3a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
* [ENHANCEMENT] Explain the runtime override of active series matchers. #1868
* [ENHANCEMENT] Clarify "Set rule group" API specification. #1869
* [ENHANCEMENT] Published Mimir jsonnet documentation. #2024
* [ENHANCEMENT] Documented required scrape interval for using alerting and recording rules from Mimir jsonnet. #2147
* [BUGFIX] Fixed ruler configuration used in the getting started guide. #2052
* [BUGFIX] Fixed Mimir Alertmanager datasource in Grafana used by "Play with Grafana Mimir" tutorial. #2115

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ The following table shows the required label names and whether they can be custo
| `pod` | Yes | The unique identifier of a Mimir replica (eg. Pod ID when running on Kubernetes). The label name can be configured with the `per_instance_label` field in the mixin config. |
| `instance` | Yes | The unique identifier of the node or machine where the Mimir replica is running (eg. the node when running on Kubernetes). The label name can be configured with the `per_node_label` field in the mixin config. |

For rules and alerts to function properly, you must configure your Prometheus or Grafana Agent to scrape metrics from Grafana Mimir at an interval of `15s` or shorter.

## Job selection

A metric could be exposed by multiple Grafana Mimir components, or even different applications running in the same namespace.
Expand Down

0 comments on commit 92da3a0

Please sign in to comment.