mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -06:00
21 lines
347 B
JSON
21 lines
347 B
JSON
|
{
|
||
|
"type": "datasource",
|
||
|
"name": "PostgreSQL",
|
||
|
"id": "postgres",
|
||
|
|
||
|
"info": {
|
||
|
"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
|
||
|
}
|