Files
grafana/public/app/plugins/datasource/postgres/plugin.json
T

29 lines
524 B
JSON
Raw Normal View History

2017-10-10 15:19:14 +02:00
{
"type": "datasource",
"name": "PostgreSQL",
"id": "postgres",
"category": "sql",
2017-10-10 15:19:14 +02:00
"info": {
"description": "Data source for PostgreSQL and compatible databases",
2017-10-10 15:19:14 +02:00
"author": {
"name": "Grafana Labs",
2017-10-10 15:19:14 +02:00
"url": "https://grafana.com"
},
"logos": {
"small": "img/postgresql_logo.svg",
"large": "img/postgresql_logo.svg"
2019-03-05 23:40:03 -08:00
}
2017-10-10 15:19:14 +02:00
},
"alerting": true,
"annotations": true,
"metrics": true,
"logs": true,
"backend": true,
"queryOptions": {
"minInterval": true
}
2017-10-10 15:19:14 +02:00
}