nlopes / actix-web-prom

Actix-web middleware to expose Prometheus metrics
MIT License
89 stars 56 forks source link

Support scoped endpoints #47

Closed stiiifff closed 3 years ago

stiiifff commented 3 years ago

Fixes #42

nlopes commented 3 years ago

I missed this for some reason. Thank you.

kofj commented 3 years ago

Good job 👍🏻! Now, we can use this middleware with actix_web::middleware::Condition.