We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
postgres 17 removed the checkpoints_timed column from pg_stat_pgwriter causing the following error
checkpoints_timed
pg_stat_pgwriter
alloy | ts=2025-01-11T23:43:24.476671414Z level=error msg="collector failed" component_path=/ component_id=prometheus.exporter.postgres.dbname name=stat_bgwriter duration_seconds=0.005531275 err="pq: column \"checkpoints_timed\" does not exist
Apparently this has been fixed on the master branch of postgres-exporter prometheus-community/postgres_exporter#1072 but still hasn't been released.
master
postgres-exporter
Linux 6.1.0-25-amd64
v1.5.1
prometheus.exporter.postgres "testdb" { data_source_names = ["postgresql://monitoring:monitoring@db:5432/testdb?sslmode=disable"] } prometheus.scrape "testdb" { targets = prometheus.exporter.postgres.testdb.targets }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What's wrong?
postgres 17 removed the
checkpoints_timed
column frompg_stat_pgwriter
causing the following errorApparently this has been fixed on the
master
branch ofpostgres-exporter
prometheus-community/postgres_exporter#1072 but still hasn't been released.Steps to reproduce
System information
Linux 6.1.0-25-amd64
Software version
v1.5.1
Configuration
Logs
The text was updated successfully, but these errors were encountered: