2025-04-01 10:38:02 +09:00

64 lines
1.4 KiB
JSON

{
"type": "datasource",
"name": "Alertmanager",
"id": "alertmanager",
"metrics": false,
"routes": [
{
"method": "POST",
"path": "alertmanager/api/v2/silences",
"reqRole": "Editor"
},
{
"method": "DELETE",
"path": "alertmanager/api/v2/silence",
"reqRole": "Editor"
},
{
"method": "GET",
"path": "alertmanager/api/v2/silences",
"reqRole": "Viewer"
},
{
"method": "POST",
"reqRole": "Editor"
},
{
"method": "PUT",
"reqRole": "Editor"
},
{
"method": "DELETE",
"reqRole": "Editor"
},
{
"method": "GET",
"path": "alertmanager/api/v2/alerts",
"reqRole": "Viewer"
},
{
"method": "GET",
"path": "api/v1/alerts",
"reqRole": "Admin"
}
],
"info": {
"description": "Add external Alertmanagers (supports Prometheus and Mimir implementations) so you can use the Grafana Alerting UI to manage silences, contact points, and notification policies.",
"keywords": ["alerts", "alerting", "prometheus", "alertmanager", "mimir", "cortex"],
"author": {
"name": "Prometheus alertmanager",
"url": "https://grafana.com"
},
"logos": {
"small": "img/logo.svg",
"large": "img/logo.svg"
},
"links": [
{
"name": "Learn more",
"url": "https://prometheus.io/docs/alerting/latest/alertmanager/"
}
]
}
}