·
29 commits
to main
since this release
Breaking Changes
metricsfeature is now enabled by default- Span name format changed to
{method} {route}per HTTP semantic conventions - HTTP server metric names updated to stable semantic conventions (
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) http.server.request.durationuses custom histogram bucket bounds- Fixed incorrect use of
messaging.message.body.sizefor HTTP request content length (nowhttp.request.body.size) - Added
error.typeattribute for 4xx/5xx HTTP responses on spans and metrics
Changed
- Update
opentelemetryandopentelemetry-semantic-conventionsto 0.32 - Bump MSRV to 1.88.0 (required by
actix-http3.12) - Update
actix-httpto 3.11,actix-webto 4.12,awcto 3.8
See CHANGELOG for full history.