Skip to content

Prometheus Exporter that exports disk metrics (latency, request size) gathered through ktrace

License

Notifications You must be signed in to change notification settings

Svedrin/lagerist

Repository files navigation

Lagerist Disk latency exporter

Lagerist is a daemon that runs kernel traces to gather disk IO statistics, which are exposed as Histograms in the Prometheus format. The result, when graphed using the Grafana dashboard attached, looks like this:

Histogram in Grafana

Running Lagerist

Easiest via Docker:

docker run -d --name lagerist \
    --privileged \
    -v /proc:/proc \
    -v /dev:/dev:ro \
    -v /sys:/sys \
    -p 9789:9789 \
    svedrin/lagerist:latest

About

Prometheus Exporter that exports disk metrics (latency, request size) gathered through ktrace

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published