The routes syntax for nestjs 11 has changed due to express 5 due to path-to-regexp 8. https://github.com/pragmaticivan/nestjs-otel/blob/5a46dfcd9c3cb0d697d847f112c62ff0321f5670/src/opentelemetry-core.module.ts#L81 this should be now `*path` but this will only work if the adapter is express. See https://github.com/pillarjs/path-to-regexp/discussions/344#discussioncomment-12007774