Skip to content
This repository has been archived by the owner on Jun 7, 2021. It is now read-only.

Latest commit

 

History

History
21 lines (16 loc) · 553 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 553 Bytes

aleph-exporter

CI

Exposes some metrics from the aleph api (https://github.com/alephdata/aleph) as prometheus metrics. Screenshot

Test

make test

RUN

./aleph-exporter --aleph-host some-host-running-aleph-api --aleph-token "some-token"`

Docker

docker run --rm -p 8080:8080 -e ALEPH_HOST=$ALEPH_HOST -e ALEPH_TOKEN=$ALEPH_TOKEN ckluenter/alephexporter

Grafana

There is an example dashboard in contrib