Hello,
Is there an expected date when 0.25 of the actix web telemetry crate is going to be dropped? I am currently operating off of a fork and would like to target the actual crate for metrics but I am not currently able to due to the lack of changes that were noted in the change log.
http.server.duration → http.server.request.duration
http.server.request.size → http.server.request.body.size
http.server.response.size → http.server.response.body.size
Thank you.