-
Notifications
You must be signed in to change notification settings - Fork 769
pg_stat_statements for postgres 13 does not contain: total_time, min_time, max_time, mean_time, stddev_time columns that cause errors #541
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
Comments
I confirm the same problem:
Columns Postgresql version: 13.3 pg_stat_statements extension version: 1.8 |
Now is split by |
I confirm the same problem. |
pg_stat_statements comes from the queries file. This is a user customizable file, so you can customize the queries to your needs. |
what is
is right? |
I have replaced the query with
|
What did you do?
run
postgres_exporter
for postgresql 13 serverWhat did you expect to see?
to not have errors and all the metrics should be returned
What did you see instead? Under which circumstances?
there are failures during metrics scraping
pg_stat_statements for postgres 13 does not contain: total_time, min_time, max_time, mean_time, stddev_time columns
https://www.postgresql.org/docs/13/pgstatstatements.html
Environment
postgres_exporter 0.0.1-rev (built with go1.15.8)
13.2.0
The text was updated successfully, but these errors were encountered: