Grafana Notifications
Using the Grafana Annotations API, you can send Manako incident events as annotations to Grafana and visualize them on dashboards.
Prerequisites: Obtaining a Cloud Access Policy Token
Section titled “Prerequisites: Obtaining a Cloud Access Policy Token”-
Log in to Grafana Cloud
Log in to Grafana Cloud.
-
Create a Cloud Access Policy Token
Go to Security > Access Policies and click “Create access policy”.
-
Set the scope
Add
annotations:writeunder Scopes. -
Create and copy the Token
Add a token to the Access Policy and copy the token that starts with
glc_. -
Confirm your Grafana instance URL
The format is
https://your-stack.grafana.net.
Manako Configuration
Section titled “Manako Configuration”- Open the “Notification Channels” menu in the dashboard
- Click “Add Channel” and select Grafana as the Type
- Enter the following:
- API Token: Cloud Access Policy Token
- Push URL: Grafana instance URL (e.g.,
https://your-stack.grafana.net)
- Click “Add Channel”
Annotations Sent
Section titled “Annotations Sent”| Manako Event | Tags | Description |
|---|---|---|
| Incident Created | manako, incident, critical | Down detected |
| Incident Created (warning) | manako, incident, warning | Warning level |
| Incident Recovered | manako, resolved | Recovery |
| Web Change Detected | manako, webchange | Change detected |