grafana/public/app/plugins/datasource/postgres
Sven Klemm c3c20ef2e2 remove unused import 2018-07-15 12:52:00 +02:00
..
img
partials refactor adding sqlPart 2018-07-15 12:26:22 +02:00
specs fix bug in query generation with metricColumn 2018-07-15 09:43:38 +02:00
README.md
datasource.ts send timerange with metricFindQuery 2018-07-13 09:31:39 +02:00
mode-sql.js
module.ts
plugin.json
postgres_query.ts fix bug in query generation with metricColumn 2018-07-15 09:43:38 +02:00
query_builder.ts use let for variable declaration 2018-07-14 11:32:00 +02:00
query_ctrl.ts refactor adding sqlPart 2018-07-15 12:26:22 +02:00
response_parser.ts
sql_part.ts remove unused import 2018-07-15 12:52:00 +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/