mirror of
https://github.com/grafana/grafana.git
synced 2026-02-18 18:20:52 -05:00
|
|
||
|---|---|---|
| .. | ||
| configuration | ||
| img | ||
| CHANGELOG.md | ||
| CheatSheet.tsx | ||
| datasource.test.ts | ||
| datasource.ts | ||
| jest-setup.js | ||
| jest.config.js | ||
| module.ts | ||
| package.json | ||
| plugin.json | ||
| postgresMetaQuery.test.ts | ||
| postgresMetaQuery.ts | ||
| PostgresQueryEditor.tsx | ||
| PostgresQueryModel.ts | ||
| project.json | ||
| README.md | ||
| sqlCompletionProvider.ts | ||
| sqlUtil.ts | ||
| tsconfig.json | ||
| types.ts | ||
| webpack.config.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.