This is a simple server that uses Apigee Edge monitoring API and exports them via HTTP for Prometheus consumption.
apigee-exporter
To run the haproxy exporter as a Docker container, run:
docker run -p 9101:9101 prometheus/apigee-exporter:v0.1.0 -e ACCESS_TOKEN= -e "ORG= " -e "ENV= " -e "PROXY= "
make build
Apache License 2.0, see LICENSE.