mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* Datasource settings: Add deprecation notice for database field * SQL Datasources: Migrate from settings.database to settings.jsonData.database * Check jsonData first * Remove comment from docs |
||
---|---|---|
.. | ||
configuration | ||
img | ||
datasource.test.ts | ||
datasource.ts | ||
module.ts | ||
plugin.json | ||
postgresMetaQuery.ts | ||
PostgresQueryModel.ts | ||
QueryEditor.tsx | ||
README.md | ||
sqlCompletionProvider.ts | ||
sqlUtil.ts | ||
types.ts |
Grafana PostgreSQL Data Source - Native Plugin
Grafana ships with a built-in PostgreSQL data source plugin that allows you to query and visualize data from a PostgreSQL compatible database.
Adding the data source
- Open the side menu by clicking the Grafana icon in the top header.
- In the side menu under the Dashboards link you should find a link named Data Sources.
- Click the + Add data source button in the top header.
- Select PostgreSQL from the Type dropdown.