Skip to content

PostgresSQL Exporter

PostgresSQL Exporter is used to expose metrics from a running PostgresSQL deployment.

Note

To deploy metric exporters you will first need to deploy the Prometheus Operator, see: (Deploy Prometheus).

Installation

Install the PostgresSQL Exporter

kubectl kustomize --enable-helm /opt/genestack/kustomize/prometheus-postgres-exporter | \
    kubectl --namespace openstack apply --server-side -f -

Success

If the installation is successful, you should see the exporter pod in the openstack namespace.