Files
grafana/public/app/plugins/datasource/postgres/plugin.json
2019-03-05 23:40:03 -08:00

27 lines
472 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"
}
},
"alerting": true,
"annotations": true,
"metrics": true,
"tables": true,
"queryOptions": {
"minInterval": true
}
}