31 lines
601 B
JSON
31 lines
601 B
JSON
{
|
|
"type": "datasource",
|
|
"name": "PostgreSQL",
|
|
"id": "grafana-postgresql-datasource",
|
|
"aliasIDs": ["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"
|
|
},
|
|
"version": "%VERSION%"
|
|
},
|
|
|
|
"alerting": true,
|
|
"annotations": true,
|
|
"metrics": true,
|
|
"logs": true,
|
|
"backend": true,
|
|
|
|
"queryOptions": {
|
|
"minInterval": true
|
|
}
|
|
}
|