This PR is making a tiny change to add span component tag to tracing spans. According to the OpenTracing sematic conventions, the component tag indicates the library that created the spans.
The software package, framework, library, or module that generated the associated Span. E.g., "grpc", "django", "JDBI".
Internally at Uber, It is quite useful for the tracing team to understand the distribution of span creation among libraries in order to optimize the operational cost.
This PR is making a tiny change to add span component tag to tracing spans. According to the OpenTracing sematic conventions, the component tag indicates the library that created the spans.
Internally at Uber, It is quite useful for the tracing team to understand the distribution of span creation among libraries in order to optimize the operational cost.