mirror of
https://github.com/grafana/grafana.git
synced 2025-02-14 17:43:35 -06:00
29 lines
524 B
JSON
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
|
|
}
|
|
}
|