grafana/public/app/plugins/datasource/postgres
2018-08-29 12:24:28 +02:00
..
img public: fix codespell issues 2018-04-13 20:31:29 +02:00
partials link to github instead 2018-08-29 09:58:08 +02:00
specs Merge branch 'master' into postgres-query-builder 2018-08-27 11:23:55 +02:00
config_ctrl.ts improve description for timescaledb option 2018-08-27 23:20:17 +02:00
datasource.ts unify quoting 2018-08-18 16:09:12 +02:00
meta_query.ts handle quoting properly for table suggestion 2018-08-29 12:12:11 +02:00
mode-sql.js Postgres Data Source (#9475) 2017-10-10 15:19:14 +02:00
module.ts detect postgres version for saved datasources 2018-08-15 09:48:06 +02:00
plugin.json add min interval to postgres datasource 2018-08-25 18:14:39 +02:00
postgres_query.ts fix quoting 2018-08-29 12:24:28 +02:00
query_ctrl.ts fix quoting 2018-08-29 12:24:28 +02:00
README.md plugins: update meta data for all core plugins 2018-02-15 16:50:38 +01:00
response_parser.ts tslint: autofix of let -> const (#13033) 2018-08-26 17:14:40 +02:00
sql_part.ts add previous fill mode to query builder 2018-08-08 12:23:41 +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/