Files
grafana/public/app/plugins/datasource/postgres/plugin.json
Marcus Efraimsson 1497f3d79a Chore: Remove unused properties in explore (#17359)
This removes unused properties in explore and datasource 
meta data (tables and explore properties in plugin.json).
2019-05-31 09:45:53 +02:00

27 lines
492 B
JSON

{
"type": "datasource",
"name": "PostgreSQL",
"id": "postgres",
"category": "sql",
"info": {
"description": "Data source for PostgreSQL and compatible databases",
"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,
"queryOptions": {
"minInterval": true
}
}