grafana/public/app/plugins/datasource/postgres
Patrick O'Carroll abbb6f933c added jsdoc-format rule and fixed files that didn't follow new rule (#13107) 2018-08-31 16:40:43 +02:00
..
img public: fix codespell issues 2018-04-13 20:31:29 +02:00
partials Merge pull request #12891 from svenklemm/unixepochgroup 2018-08-17 14:41:33 +02:00
specs tslint: autofix of let -> const (#13033) 2018-08-26 17:14:40 +02:00
README.md
datasource.ts added jsdoc-format rule and fixed files that didn't follow new rule (#13107) 2018-08-31 16:40:43 +02:00
mode-sql.js
module.ts added jsdoc-format rule and fixed files that didn't follow new rule (#13107) 2018-08-31 16:40:43 +02:00
plugin.json
query_ctrl.ts added jsdoc-format rule and fixed files that didn't follow new rule (#13107) 2018-08-31 16:40:43 +02:00
response_parser.ts changed var to const 2 (#13068) 2018-08-29 14:27:29 +02:00

README.md

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/