Skip to content
This repository was archived by the owner on Aug 5, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/content/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ grr config set mimir.api-key abcdef12345 # Authentication token (if you are usin
```

**Notes**
* Be sure to set `api-key` when you need to interact with Grafana Cloud.
* For Grafana Cloud, set `mimir.address` to the base URL from your [hosted metrics details page](https://grafana.com/orgs/<your-stack-name>/hosted-metrics/<your-stack-id>). For example, if your hosted metrics URL is `https://prometheus-prod-17-prod-us-east-0.grafana.net/api/prom`, use `https://prometheus-prod-71-prod-us-east-0.grafana.net/` as the address.
* Be sure to set `api-key` to an [access policy token](https://grafana.com/docs/grafana-cloud/security-and-account-management/authentication-and-permissions/access-policies/) when you need to interact with Grafana Cloud

## Authenticate with Grafana Synthetic Monitoring
To interact with Grafana Synthetic Monitoring, you must configure the below settings:
Expand Down