mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 10:03:33 -06:00
49 lines
1011 B
JSON
49 lines
1011 B
JSON
{
|
|
"type": "datasource",
|
|
"name": "Prometheus",
|
|
"id": "prometheus",
|
|
"includes": [
|
|
{
|
|
"type": "dashboard",
|
|
"name": "Prometheus Stats",
|
|
"path": "dashboards/prometheus_stats.json"
|
|
},
|
|
{
|
|
"type": "dashboard",
|
|
"name": "Prometheus 2.0 Stats",
|
|
"path": "dashboards/prometheus_2_stats.json"
|
|
},
|
|
{
|
|
"type": "dashboard",
|
|
"name": "Grafana Stats",
|
|
"path": "dashboards/grafana_stats.json"
|
|
}
|
|
],
|
|
"metrics": true,
|
|
"alerting": true,
|
|
"annotations": true,
|
|
"explore": true,
|
|
"tables": true,
|
|
"queryOptions": {
|
|
"minInterval": true
|
|
},
|
|
"info": {
|
|
"description": "Prometheus Data Source for Grafana",
|
|
"author": {
|
|
"name": "Grafana Project",
|
|
"url": "https://grafana.com"
|
|
},
|
|
"logos": {
|
|
"small": "img/prometheus_logo.svg",
|
|
"large": "img/prometheus_logo.svg"
|
|
},
|
|
"links": [
|
|
{
|
|
"name": "Prometheus",
|
|
"url": "https://prometheus.io/"
|
|
}
|
|
],
|
|
"version": "5.0.0"
|
|
}
|
|
}
|