net/url: invalid userinfo #1029
|
I'm using the docker image (0.24.2) and the default sql_exporter.yml . When running this, it fails with I originally tried my own DSN string, but that also failed — even with the password URL encoded. Full logs |
Answered by
matt-baker-agd-systems
Jul 3, 2026
Replies: 1 comment 13 replies
|
Hey @matt-baker-agd-systems, could you share (excluding the sensitive data of course) the URL string you're using? I'm mainly concerned on the format. Let me know, I'm happy to assist. 👍 |
13 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That appears to work as intended and show the
no such hosterror.Now that I have a working baseline, I can go from there. It looks like just using the sql_exporter.yml verbatim with nothing else causes the error. I used that as my starting point so it was a failure from the start, regardless of the DSN format.