miekg / caddy-prometheus

Prometheus metrics middleware for caddy
Apache License 2.0
65 stars 26 forks source link

Use the new prometheus API #18

Closed vbehar closed 7 years ago

vbehar commented 7 years ago

Following https://github.com/prometheus/client_golang/pull/214 the new recommended way of using the prometheus Handler is through the promhttp package

miekg commented 7 years ago

is this out in a released version of prometheus already?

vbehar commented 7 years ago

yes, in https://github.com/prometheus/client_golang/releases/tag/v0.8.0

miekg commented 7 years ago

ok :-)