deadtrickster/prometheus.erl

General Documents How to use prometheus.io client for Erlang

rareman99 opened this issue · 1 comments

Hi,

After compile prometheus (run rebar3 shell) then what to do next? I didn't understand (newbie here) I tried to do a lots but can't explore metric in erlang. my step as below

  1. compile prometheus
  2. download prometheus.io (prometheus-2.31.1.linux-amd64.tar.gz)
  3. Try to run config prometheus.yml in prometheus.io

I did n't understand how to prometheus in erlang connect to prometheus.io or i do wrong for whole step above.

me too, I also don't known how to use prometheus in erlang app!