Exposes some metrics from the aleph api (https://github.com/alephdata/aleph) as prometheus metrics.
make test
./aleph-exporter --aleph-host some-host-running-aleph-api --aleph-token "some-token"`
docker run --rm -p 8080:8080 -e ALEPH_HOST=$ALEPH_HOST -e ALEPH_TOKEN=$ALEPH_TOKEN ckluenter/alephexporter
There is an example dashboard in contrib