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

[Tracing Redesign][1/N] Add interceptor interface and tracinginterceptor skeleton #2301

Merged
merged 1 commit into from
Oct 7, 2024

Conversation

ChenX1993
Copy link
Contributor

This is part of the series PRs to re-design& re-implement the tracing instrumentation in Yarpc-go (TODO: create a Github issue with details). The whole picture of the desired changes can be checked in this demonstration PR: #2296.
All PRs will be implemented in a separate branch - dev-tracing-fix before being merged into main dev branch.

The PR is defining the transport interceptor interface and creating the basic tracing interceptor skeleton code to reduce the burden for collaboration and paralleled coding.

@ChenX1993 ChenX1993 changed the title [Tracing Re-design][1/N] Add interceptor interface and tracinginterceptor skeleton [Tracing Redesign][1/N] Add interceptor interface and tracinginterceptor skeleton Oct 5, 2024
@ChenX1993 ChenX1993 marked this pull request as ready for review October 7, 2024 06:28
@biosvs biosvs merged commit aa68e18 into yarpc:dev-tracing-fix Oct 7, 2024
15 of 16 checks passed
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