grafana/public/app/plugins/datasource/postgres/plugin.json
2018-09-05 09:46:22 +02:00

28 lines
479 B
JSON

{
"type": "datasource",
"name": "PostgreSQL",
"id": "postgres",
"info": {
"description": "PostgreSQL Data Source for Grafana",
"author": {
"name": "Grafana Project",
"url": "https://grafana.com"
},
"logos": {
"small": "img/postgresql_logo.svg",
"large": "img/postgresql_logo.svg"
},
"version": "5.0.0"
},
"alerting": true,
"annotations": true,
"metrics": true,
"queryOptions": {
"minInterval": true
}
}