You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was already discussed in #541, but got closed as this was about the not officially supported query in queries.yml.
Now the query is part of the official collector and the README indicates that all versions from 10 to 15 are supported and tested.
Environment
Debian 10 with Postgresql 13, postgres_exporter running as binary
System information:
Linux XXXXX 4.19.0-24-amd64 #1 SMP Debian 4.19.282-1 (2023-04-29) x86_64 GNU/Linux
postgresql version:14.8 postgres_exporter version: 0.13.2
I have used the latest installation package(postgres_exporter-0.13.2.linux-amd64.tar.gz), but the postgres_exporter still generates error messages in the logs:
caller=collector.go:190 level=error msg="collector failed" name=stat_statements duration_seconds=0.013086994 err="pq: column pg_stat_statements.total_time does not exist"
@jiangjian0920 Unfortunately this isn't fixed on the latest version yet. It's fixed on current master, so you cain either wait for the next release or build postgres_exporter from master yourself.
What did you do?
starting postgresql_exportet (latest release version, 0.13.2) against a postgresql 13 database with pg_stat_stement extension enable
What did you expect to see?
pg_stat_statements are getting exported
What did you see instead? Under which circumstances?
pg_stat_statements scraper is failing
This was already discussed in #541, but got closed as this was about the not officially supported query in
queries.yml
.Now the query is part of the official collector and the README indicates that all versions from 10 to 15 are supported and tested.
Environment
Debian 10 with Postgresql 13, postgres_exporter running as binary
13.11-1.pgdg100+1
The text was updated successfully, but these errors were encountered: