nlopes / actix-web-prom

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

Update to actix_web 4.0 beta #44

Closed SharksT closed 3 years ago

SharksT commented 3 years ago

I made these changes because i need the newest version of actix, It compiles but it gives an "App::data not found"error, I don't know why.

nlopes commented 3 years ago

Hey folks, I do appreciate the contributions but I won't be bumping to beta versions of packages if I can avoid it. Once they're stable, I'm happy to oblige.

nlopes commented 3 years ago

I think actix-web might be fairly close now to a 4.0 release so I've ventured with a PR to tackle the change to at least beta.8 at https://github.com/nlopes/actix-web-prom/pull/57