grafana/public/app/plugins/datasource/postgres
Sven Klemm f608340c35 Add delta window function to postgres query builder
Unlike the increase function delta doesn't check for resets
and can go negative. This is similar to the prometheus delta
function.
2018-10-31 19:26:18 +01:00
..
img public: fix codespell issues 2018-04-13 20:31:29 +02:00
partials ux: put connection limits under own section 2018-10-02 17:43:15 +02:00
specs Fix query builder queries for interval start 2018-09-08 08:28:15 +02:00
config_ctrl.ts Merge branch 'master' into postgres-query-builder 2018-08-31 19:02:46 +02:00
datasource.ts postgres: use arrow function declaration of interpolateVariable 2018-10-17 13:30:07 +02:00
meta_query.ts filter NULL values for column value suggestions 2018-09-26 10:56:25 +02:00
mode-sql.js Postgres Data Source (#9475) 2017-10-10 15:19:14 +02:00
module.ts Merge branch 'master' into postgres-query-builder 2018-08-31 19:02:46 +02:00
plugin.json Add min time interval to postgres datasource 2018-09-05 09:46:22 +02:00
postgres_query.ts Add delta window function to postgres query builder 2018-10-31 19:26:18 +01:00
query_ctrl.ts Add delta window function to postgres query builder 2018-10-31 19:26:18 +01:00
README.md plugins: update meta data for all core plugins 2018-02-15 16:50:38 +01:00
response_parser.ts changed var to const 2 (#13068) 2018-08-29 14:27:29 +02:00
sql_part.ts Add delta window function to postgres query builder 2018-10-31 19:26:18 +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/