PrometheusSidecar

A Simple web server (ranch) that allows your application to be scraped by prometheus

Installation

To install Prometheus Sidecar, just add an entry to your mix.exs:

def deps do
  [
    {:prometheus_sidecar, "~> 0.1"}
  ]
end

See prometheus_sidecar on hexdocs.pm for documentation