-
-
Notifications
You must be signed in to change notification settings - Fork 68
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
from Gatherer #1] pq: SSL is not enabled on the server #122
Comments
I0802 17:54:36.378701 2655919 promhttp.go:39] Error gathering metrics: [from Gatherer #1] pq: SSL is not enabled on the server |
Hi @prashantnitt07, not a bug of sql_exporter. The message comes from the underlying driver and states that the PostgreSQL server you're trying to connect to doesn't have SSL connection enabled. You can add Reference link: https://stackoverflow.com/a/51642783 |
thanks , working fine after add in DSN |
postgres://username:password@host:5432/database?sslmode=disable |
getting error from sql_exporter agent
No metrics gathered, [from Gatherer #1] pq: SSL is not enabled on the server
The text was updated successfully, but these errors were encountered: