Knudian
Knudian
Doesn't this https://github.com/timescale/prometheus-postgresql-adapter/blob/a51ef44a1d9bfb5408530c93e300649d1d5a55bb/postgresql/client.go#L152-L161 close this issue ? --- Just read the blame. It's two years old. Maybe a check on this line to allow a silent fail (since the structure...
@krisavi : I did make a workaround for this point, not in the adapter (I am still struggling to produce correct tests in golang), but in the psql procedure called....
Hello, I just encountered the problem after setting a password for the _postgres_ user. There should be a configuration file, or better, a *.env* file to set up the credentials....
After a bit of work - and (re)n reading the doc, I found out how to specify the password. ```bash $ ./prometheus-postgres-adapter -pg.password=PASSWORD ``` Then, another problem (which I solved...
I did the modifications on my fork (https://github.com/Knudian/pg_prometheus/tree/feature/unique-metrics). For the tests ... I have to admit that I'm totally lost (I can make sql request, and counting results so it...