deadtrickster / prometheus.erl

Prometheus.io client in Erlang
MIT License
341 stars 117 forks source link

General Documents How to use prometheus.io client for Erlang #138

Open rareman99 opened 2 years ago

rareman99 commented 2 years ago

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.

YunCaiCaoYuan commented 1 year ago

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