-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
30 lines (27 loc) · 849 Bytes
/
Copy pathplugin.json
File metadata and controls
30 lines (27 loc) · 849 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "Prometheus AlertManager",
"id": "camptocamp-prometheus-alertmanager-datasource",
"type": "datasource",
"partials": {
"config": "public/app/plugins/datasource/prometheus-alertmanager/partials/config.html"
},
"metrics": true,
"annotations": false,
"info": {
"description": "Prometheus AlertManager Datasource",
"author": {
"name": "Camptocamp",
"url": "https://camptocamp.com"
},
"links": [
{"name": "Github", "url": "https://github.com/camptocamp/grafana-prometheus-alertmanager-datasource"},
{"name": "Apache License 2.0", "url": "https://raw.githubusercontent.com/camptocamp/grafana-prometheus-alertmanager-datasource/master/LICENSE"}
],
"version": "0.0.8",
"updated": "2020-04-22"
},
"dependencies": {
"grafanaVersion": "4.x.x",
"plugins": []
}
}