nlopes / actix-web-prom

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

Add registry_ref to allow to register default prometheus registry #69

Open artefom opened 1 year ago

artefom commented 1 year ago

This change breaks the API slightly - users need to access registry by .registry.as_ref() instead of just .registry