View Source Peep.Prometheus (peep v1.0.0)
Prometheus exporter module.
If your application handles calls to "GET /metrics", your handler can call:
Peep.get_all_metrics(:my_peep) // Replace with your Peep reporter name
|> Peep.Prometheus.export()
Prometheus exporter module.
If your application handles calls to "GET /metrics", your handler can call:
Peep.get_all_metrics(:my_peep) // Replace with your Peep reporter name
|> Peep.Prometheus.export()