grafana/public/app/plugins/datasource/postgres/plugin.json
Fabien Pelletier 51396d5363
enable logs for postgres data source (#39496)
Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
2022-03-26 11:08:00 +01:00

29 lines
524 B
JSON

{
"type": "datasource",
"name": "PostgreSQL",
"id": "postgres",
"category": "sql",
"info": {
"description": "Data source for PostgreSQL and compatible databases",
"author": {
"name": "Grafana Labs",
"url": "https://grafana.com"
},
"logos": {
"small": "img/postgresql_logo.svg",
"large": "img/postgresql_logo.svg"
}
},
"alerting": true,
"annotations": true,
"metrics": true,
"logs": true,
"backend": true,
"queryOptions": {
"minInterval": true
}
}