markusfeyh / beam_prometheus_exporter

Add this to your release to get standard erlang metrics in prometheus/grafana

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BEAM prometheus exporter

A Cowboy 1 application that just exposes the /metrics handler of prometheus-cowboy.

Most of the real work is done by prometheus.erl. However we wanted something easy to add quickly to our release. This projects quickly exposes BEAM metrics to prometheus.

You can use the beam dashboards to graph this information in grafana.

Usage

  • Add the depedency to rebar.config

  • Add the depencendy to the application resource file so it gets started with the build

About

Add this to your release to get standard erlang metrics in prometheus/grafana

License:MIT License


Languages

Language:Erlang 100.0%