nlopes / actix-web-prom

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

Add builder pattern #54

Closed arthurlm closed 3 years ago

arthurlm commented 3 years ago

This PR add PrometheusMetricsBuilder.

It will help to add new options and avoid having multiple alternative constructors with optional parameters.

arthurlm commented 3 years ago

Please also note: I have not update version number in Cargo.toml. Since I have mark prev constructors as deprecated method, it might also be a good idea to increase version number.