Plugins 〉PostgreSQL


Developer

Grafana Labs

Sign up to receive occasional product news and updates:



Data Source
grafana

PostgreSQL

  • Overview
  • Installation
  • Change log
  • Related content

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/

Install on Grafana Cloud

Plugins can be installed directly from within your Grafana instance or automated using the Cloud API or Terraform.

Learn more about plugin installation

For more information, visit the docs on plugin installation.

Changelog

13.0.1

  • Bump and pin frontend dependencies
  • Fix data source init failure when maxOpenConns=0 (#103)

13.0.0

  • Initial public release as external plugin.
  • Allow sql_engine to return results for EXPLAIN queries (#23)

1.0.0 (Unreleased)

  • Initial release.