grafana/public/app/plugins/datasource/grafana-postgresql-datasource
2024-07-22 07:57:16 +00:00
..
configuration React: Use new JSX transform (#88802) 2024-06-25 12:43:47 +01:00
img postgresql: change plugin id (#77444) 2023-11-13 08:49:26 +01:00
CHANGELOG.md postgres: decouple the frontend-part (#87131) 2024-05-02 12:25:25 +02:00
CheatSheet.tsx React: Use new JSX transform (#88802) 2024-06-25 12:43:47 +01:00
datasource.test.ts Chore: Improve types (#85659) 2024-04-08 09:56:21 +01:00
datasource.ts sql: extract frontend code into separate package (#81109) 2024-01-26 11:38:29 +01:00
module.ts sql: extract frontend code into separate package (#81109) 2024-01-26 11:38:29 +01:00
package.json Update dependency @types/node to v20.14.11 2024-07-22 07:57:16 +00:00
plugin.json postgresql: change plugin id (#77444) 2023-11-13 08:49:26 +01:00
postgresMetaQuery.test.ts Postgres: Handle single quotes in table names in the query editor (#80951) 2024-01-22 15:36:45 +01:00
postgresMetaQuery.ts Postgres: Handle single quotes in table names in the query editor (#80951) 2024-01-22 15:36:45 +01:00
PostgresQueryEditor.tsx React: Use new JSX transform (#88802) 2024-06-25 12:43:47 +01:00
PostgresQueryModel.ts sql: extract frontend code into separate package (#81109) 2024-01-26 11:38:29 +01:00
README.md postgresql: change plugin id (#77444) 2023-11-13 08:49:26 +01:00
sqlCompletionProvider.ts sql: extract frontend code into separate package (#81109) 2024-01-26 11:38:29 +01:00
sqlUtil.ts sql: extract frontend code into separate package (#81109) 2024-01-26 11:38:29 +01:00
tsconfig.json React: Use new JSX transform (#88802) 2024-06-25 12:43:47 +01:00
types.ts sql: extract frontend code into separate package (#81109) 2024-01-26 11:38:29 +01:00
webpack.config.ts postgres: decouple the frontend-part (#87131) 2024-05-02 12:25:25 +02:00

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

  1. Open the side menu by clicking the Grafana icon in the top header.
  2. In the side menu under the Dashboards link you should find a link named Data Sources.
  3. Click the + Add data source button in the top header.
  4. Select PostgreSQL from the Type dropdown.

http://docs.grafana.org/features/datasources/postgres/