Open fredbevia opened 6 years ago
Let me have a look and will circle back to the thread ASAP
Hey, I have same interest. I have server running on Windows. The Prometheus running on it, Postgres running on it, but I cannot connect the 2. Is there any progress on this issue in 3 months?
It seems that is actually quite easy.
go get cmd\prometheus-postgres-adapter
go env
, check for GOOS and GOARCH variables (optional)go build cmd\prometheus-postgres-adapter
It shouldn't be hard to put a bat file that does the things in order or at least have rudimentary instructions to do it.
I would like ton install Prometheus and TimeScaleDB on a windows Server 2012 (or to test on windows 10), but natively, not with docker . But I didn't find binaries for windows, and the makefile is targetted at Docker and Linux. So how do I compile or port it on windows. (precision: i'm newbie in go) ? Thanx F.Bevia