grafana/public/app/plugins/datasource/grafana-postgresql-datasource/plugin.json
2025-10-02 14:12:47 +02:00

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
}
}