elli-lib / elli_prometheus

Elli middleware for collecting stats via Prometheus.
https://github.com/elli-lib/elli_prometheus/blob/master/doc/elli_prometheus.md
Other
14 stars 8 forks source link

Make labels set configurable #9

Closed deadtrickster closed 8 years ago

deadtrickster commented 8 years ago

Also introduce status_class label:

excerpt /metrics:

http_request_duration_microseconds_bucket{method="GET",handler="",status_class="client-error",le="10"} 3
yurrriq commented 8 years ago

Thanks!