-
Notifications
You must be signed in to change notification settings - Fork 7
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
postgres/prometheus couch2pg errors: 'converting NULL to int64 is unsupported' and more #70
Comments
OK!!! After a deep dive into this I have a path forward, but not specific answer just yet. tl;drwe should figure out how to turn off ALL metrics aside from what is in the queries yaml. We tested both discoveries & workaroundsThe biggie is two points:
This is because there's dozens of metrics it fetches for each database and we have 20+ databases in RDBMs. Multiply that out and you get the above huge stats. helpful points
|
@m5r - it would be great if you could solve this next week while @jkuester and I are out! cc @tatilepizs who can assist. |
🎉 This issue has been resolved in version 1.8.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
When running the couch2pg Data setup, I'm getting errors and the data appears to not be imported.
Here's the output from
docker logs cht-monitoring-postgres-exporter-1
. The real cht instance name has been replaced withcht_postgres_name_here
:The text was updated successfully, but these errors were encountered: