nlopes / actix-web-prom

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

fix to issue #13 #14

Closed JanPel closed 4 years ago

JanPel commented 4 years ago

Fixed to code to give proper response times of requests. Also changed SystemTime to Instant, because with Systemtime it is possible to get negative response times.

nlopes commented 4 years ago

Can you please squash the two commits please?

JanPel commented 4 years ago

Oops, had no experience with squashing, did something wrong.

JanPel commented 4 years ago

Also this seems already fixed in the latest commit that updated to actix-web 2.0.