-
Notifications
You must be signed in to change notification settings - Fork 642
Closed
Labels
Description
time="2021-01-30T10:24:24Z" level=info msg="Error running query on database \"127.0.0.1:5432\": ccp_pg_stat_statements_top_total pq: column \"pg_stat_statements_limit\" does not exist" source="postgres_exporter.go:1356"
time="2021-01-30T10:24:24Z" level=info msg="Error running query on database \"127.0.0.1:5432\": ccp_pg_stat_statements_top_mean pq: column \"pg_stat_statements_limit\" does not exist" source="postgres_exporter.go:1356"
time="2021-01-30T10:24:24Z" level=info msg="Error running query on database \"127.0.0.1:5432\": ccp_pg_stat_statements_top_max pq: column \"pg_stat_statements_limit\" does not exist" source="postgres_exporter.go:1356"
time="2021-01-30T10:24:24Z" level=error msg="queryNamespaceMappings returned 3 errors" source="postgres_exporter.go:1474"
A new env variable was introduced in: https://github.com/CrunchyData/pgmonitor/blob/master/exporter/postgres/queries_pg_stat_statements_pg13.yml
| sed -i "s/#PGBACKREST_INFO_THROTTLE_MINUTES#/${PGBACKREST_INFO_THROTTLE_MINUTES:-10}/g" /tmp/queries.yml |
This line is incomplete.