package
0.0.0-20200709160449-4dd4442392c0
Repository: https://github.com/billglover/go-owl.git
Documentation: pkg.go.dev

# README

go-owl : Prometheus

Running the listener

If you have make installed, you can build and run the listener in a Docker container with the following commands.

make build
make run

Running Prometheus

docker run -p 9090:9090 prom/prometheus