Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make otel spans for RR clients more spec compliant
The OpenTelementry [Spec](https://github.com/open-telemetry/opentelemetry-specification/blob/v1.10.0/specification/trace/semantic_conventions/http.md#name) is pretty clear about not using the URI as the default span name due to its high cardinality. > Instrumentation MUST NOT default to using URI path as span name… This PR creates span names that always include `HTTP` and then if available the method (e.g. `GET`) and if the route template is available then that is appended too.
- Loading branch information