-
Notifications
You must be signed in to change notification settings - Fork 753
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
Several of the new collectors fail with incorrect data types #818
Comments
CC @Sticksman |
can confirm the same issue on PostgreSQL 14.7 (AWS Aurora Postgres) |
same problem on 14.2 postgres_exporter, version 0.13.0 (branch: master, revision: f550f8f)
|
Taking a look |
same problem with 12.5 |
If anyone wants to test these build artifacts from the #823 that would help. |
This is not fixed! Just updated to v0.13.1. There are less failures, but some of the previous ones still exist.
|
@sclu1034 - if you try running on I wonder if |
Yeah I think we got the next set of fixes in after 0.13.1 got released |
@mrjones-plip The PR was opened several hours after that version was released, so, logically, it is not part of that tag. |
Is this issue really fixed? If I use
and if I use latest tag as
|
I've still seeing this on
|
someone needs to release a newer version |
we have still seeing issue. If you find any solution or release new version, can you update here |
0.13.2 has been released |
I can confirm that this works: postgres_exporter:
image: prometheuscommunity/postgres-exporter:v0.13.2 |
I'm still seeing this in v0.15.0 |
Still seeing this in v0.15.0
|
Had the same errors with AWS PostgreSQL cluster. Found a way of fixing. Bugfix in PR - #1070 |
What did you do?
Updated to v0.13.0 and removed
queries.yaml
in favor of the built-in collectors.What did you expect to see?
An error-free log and the same metrics to be reported as before.
What did you see instead? Under which circumstances?
Repeating entries of the logs shown below and affected metrics, such as
pg_postmaster_start_time_seconds
, stopped being reported.No special circumstances, I just started the tool via
quay.io/prometheuscommunity/postgres-exporter:latest
with the exact same setup as the previous image.Environment
postgres_exporter flags: Default Docker CMD line
PostgreSQL version: 15.3
Logs:
The text was updated successfully, but these errors were encountered: