QubitProducts / exporter_exporter

A reverse proxy designed for Prometheus exporters
Apache License 2.0
336 stars 55 forks source link

Document build process #18

Closed frunzales closed 4 years ago

frunzales commented 5 years ago

I can't find any documentation related to the build process. While the Makefile is pretty explanatory, there's some docker magic that needs to be figured out.

Alternatively, it would be helpful if you'd provide a recent build. The windows binaries don't have support for --web.bearer.token or --web.bearer.token-file.

tcolgate commented 5 years ago

I'll look at updating this. In the mean time, I suggest a straight checkout and go build. I'll probably drop the promu usage.

tcolgate commented 5 years ago

I've updated to use go modules. If you are using go1.12 you should just be able to go get it now. I also did a release, so hopefully that should fix the windows binary issues.

frunzales commented 5 years ago

I was able to successfully build exporter_exporter pre/post your recent commits. I'll submit a pull request with build instructions soon.

tcolgate commented 4 years ago

I've simplified the build a little. Gets rid of promu. Also, since we are on go modules now, you should just be able to go get on winodws.

tcolgate commented 4 years ago

Also, I pushed out a new release with the windows build included.