grafana/public/app/plugins/datasource/postgres
2018-05-19 17:21:53 +02:00
..
img public: fix codespell issues 2018-04-13 20:31:29 +02:00
partials Merge remote-tracking branch 'upstream/master' into postgres-query-builder 2018-05-05 13:33:54 +02:00
specs prettier: ran on all files again, sorry. now settings are defined in package.json 2017-12-21 08:39:31 +01:00
datasource.ts call render in query 2018-01-28 22:16:51 +01:00
mode-sql.js Postgres Data Source (#9475) 2017-10-10 15:19:14 +02:00
module.ts set default for sslmode to verify-full in postgres datasource editor (#11615) 2018-04-16 22:23:24 +02:00
plugin.json plugins: update meta data for all core plugins 2018-02-15 16:50:38 +01:00
postgres_query.ts remove categories from queryPart 2018-03-26 20:15:16 +02:00
query_builder.ts quote column name in buildValueQuery 2018-05-19 17:21:53 +02:00
query_ctrl.ts remove unused import 2018-03-26 18:50:03 +02:00
query_part.ts remove categories from queryPart 2018-03-26 20:15:16 +02:00
README.md plugins: update meta data for all core plugins 2018-02-15 16:50:38 +01:00
response_parser.ts postgres: fix precision for the time column in table/annotation query mode 2018-03-22 15:32:33 +01: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/