Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add component tag to tracing spans #2309

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

ChenX1993
Copy link
Contributor

@ChenX1993 ChenX1993 commented Oct 15, 2024

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.

@ChenX1993 ChenX1993 marked this pull request as ready for review October 15, 2024 05:30
@biosvs biosvs modified the milestones: v1.73.1, v1.75.1 Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants