mirror of
https://github.com/grafana/grafana.git
synced 2026-02-19 02:30:53 -05:00
38 lines
932 B
JSON
38 lines
932 B
JSON
{
|
|
"type": "datasource",
|
|
"name": "PostgreSQL",
|
|
"id": "grafana-postgresql-datasource",
|
|
"executable": "gpx_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%",
|
|
"links": [
|
|
{ "name": "Raise issue", "url": "https://github.com/grafana/grafana/issues/new" },
|
|
{ "name": "Documentation", "url": "https://grafana.com/docs/grafana/latest/datasources/postgres/" }
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"grafanaDependency": ">=11.6.0"
|
|
},
|
|
|
|
"alerting": true,
|
|
"annotations": true,
|
|
"metrics": true,
|
|
"logs": true,
|
|
"backend": true,
|
|
|
|
"queryOptions": {
|
|
"minInterval": true
|
|
}
|
|
}
|