Skip to content

Commit

Permalink
Docs: minor corrections to prefix and naming (grafana#52579)
Browse files Browse the repository at this point in the history
  • Loading branch information
brendamuir authored Jul 21, 2022
1 parent d762de7 commit cf42365
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ You can create and manage recording rules for an external Grafana Mimir or Loki

- **Loki** - The `local` rule storage type, default for the Loki data source, supports only viewing of rules. To edit rules, configure one of the other rule storage types.

- **Grafana Mimir** - use the [legacy `/api/prom` prefix](https://grafana.com/docs/mimir/latest/operators-guide/reference-http-api/#path-prefixes), not `/prometheus`. The Prometheus data source supports both Grafana Mimir and Prometheus, and Grafana expects that both the [Query API](https://grafana.com/docs/mimir/latest/operators-guide/reference-http-api/#querier--query-frontend) and [Ruler API](https://grafana.com/docs/mimir/latest/operators-guide/reference-http-api/#ruler) are under the same URL. You cannot provide a separate URL for the Ruler API.
- **Grafana Mimir** - use the `/prometheus` prefix. The Prometheus data source supports both Grafana Mimir and Prometheus, and Grafana expects that both the [Query API](https://grafana.com/docs/mimir/latest/operators-guide/reference-http-api/#querier--query-frontend) and [Ruler API](https://grafana.com/docs/mimir/latest/operators-guide/reference-http-api/#ruler) are under the same URL. You cannot provide a separate URL for the Ruler API.

> **Note:** If you do not want to manage alerting rules for a particular Loki or Prometheus data source, go to its settings and clear the **Manage alerts via Alerting UI** checkbox.
Expand Down
6 changes: 3 additions & 3 deletions docs/sources/alerting/contact-points/notifiers/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ keywords:
- guide
- contact point
- templating
title: List of notifiers
title: List of contact point types
weight: 130
---

# List of supported notifiers
# List of supported contact point types

The following table lists the notifiers (contact point types) supported by Grafana.
The following table lists the contact point types supported by Grafana.

| Name | Type | Grafana Alertmanager | Other Alertmanagers |
| ------------------------------------------------ | ------------------------- | -------------------- | -------------------------------------------------------------------------------------------------------- |
Expand Down

0 comments on commit cf42365

Please sign in to comment.