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}"
.