Skip to content

Postgres_exporter does not support PostgreSQL 17 #1161

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
sdayvz opened this issue May 28, 2025 · 0 comments
Open

Postgres_exporter does not support PostgreSQL 17 #1161

sdayvz opened this issue May 28, 2025 · 0 comments

Comments

@sdayvz
Copy link

sdayvz commented May 28, 2025

Hi,
I use Postgres_exporter 0.17.1 PostgreSQL 17, Grafana 12.0.1, Prometheus 3.4.0 on Rocky 8.

But some Grafana graphics are empty which are about checkpoint and bgwriter.

I check graphics' metrics and I see some old PostgreSQL statistic tables' columns in queries.

For example:

Checkpoint stats graphic's query:
rate(pg_stat_bgwriter_checkpoint_write_time{instance="$instance"}[$interval]) or
irate(pg_stat_bgwriter_checkpoint_write_time{instance="$instance"}[5m])

Buffers (bgwriter) query:
rate(pg_stat_bgwriter_buffers_alloc{instance="$instance"}[$interval]) or
irate(pg_stat_bgwriter_buffers_alloc{instance="$instance"}[5m])

But there is not buffers_alloc column on pg_stat_bgwriter table in PostgreSQL 17.

Is it a bug?
Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant