postgres_exporter icon indicating copy to clipboard operation
postgres_exporter copied to clipboard

A PostgreSQL metric exporter for Prometheus

Results 296 postgres_exporter issues
Sort by recently updated
recently updated
newest added

**What did you do?** istalled postgres_exporter **What did you expect to see?** metrics of pg_stat_statements **What did you see instead? Under which circumstances?** pg_stat_statements missing by curl localhost:9187/metrics **Environment** Ubuntu...

It is necessary to be able to exclude backups from long-running transaction alerts, as they are to be expected. With the current pg_stat_activity metric there is no ability to filter...

needs rebase

This is merge and conflict resolution for #529, please read more details there. closes https://github.com/prometheus-community/postgres_exporter/pull/529 https://github.com/prometheus-community/postgres_exporter/issues/528 Co-Authored-By: Andrii Skomorokhov Signed-off-by: Denys Kondratenko

**What did you do?** I ran an exporter process including the `auto-discover-databases` and `exclude-databases` flags. Also pulling from a custom query files: ``` exec postgres_exporter --web.listen-address :9189 --disable-default-metrics --auto-discover-databases --exclude-databases...

bug

Create a branch for bug fixes to 0.11.0.

Running the `postgres_exporter` with the current `queries.yaml` from this repo against a Postgres 11 raises parsing errors: ```text time="2021-01-28T17:10:31Z" level=info msg="Established new database connection to \"127.0.0.1:5432\"." source="postgres_exporter.go:898" time="2021-01-28T17:10:32Z" level=info msg="Established...

Base image busybox does not support valunerability scan on some registry, and it is required by some use case. But it works by test on alpine base image.

We have a bunch of microservices opening connections to our Postgres database, and it seems to happen that we run out of connections. We would like to track down the...

Trying to use a password (sentence with multiple blanks) using wrouesnel/postgres_exporter:v0.8.0 Tried is with envirnoment variable, passwordfile or as datasource name, also with %20 instead of blanks. (changed username and...