nlopes / actix-web-prom

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

Disable default protobuf feature in prometheus #17

Closed nazar-pc closed 4 years ago

nazar-pc commented 4 years ago

Protobuf support was removed from Prometheus, so there is no need to have it enabled (but it still is the only default feature in prometheus crate).

This allows to have less dependencies to compile without loosing anything.

nlopes commented 4 years ago

Thank you!