Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

tomaon/promexp

Repository files navigation

Prometheus exporter for Erlang/Elixir

Build Status

Build

make all

Example

erlang: inets

% make run
Eshell V8.3  (abort with ^G)
1> inets:services().
[{httpc,<0.67.0>},{httpd,<0.70.0>}]
2>

prometheus:

% cd examples
% prometheus

Metrics

Memory

  • beam_memory
    Type: Gauge
    Flag: 16#0001 (default: on)
    Label: type=total|processes|processes_used|system|atom|atom_used|binary|code|ets
    see erlang:memory/0

Statistics

System Info

License

Apache-2.0

About

Prometheus exporter for Erlang/Elixir

Resources

License

Stars

Watchers

Forks

Packages

No packages published