Align server observation contextual names with OTel semantic conventions #29424
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
theme: observability
An issue related to observability and tracing
type: bug
A general bug
Milestone
Currently, observation contextual names (names actually used for traces) for HTTP server instrumentation use the format
"http get"
. To better align with OpenTelemetry semantic conventions, we should use the path pattern as well if it is available in order to get"http get /resource/{name}"
.The text was updated successfully, but these errors were encountered: