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

feat: adding error handling to spans (Distributed Tracing) #728

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

moggaa
Copy link

@moggaa moggaa commented Nov 28, 2024

What this PR does / why we need it:
This PR enhances the distributed tracing instrumentation by adding error handling to spans

It is a follow-up to PR #706 and implements phase 4 of issue #709.

This PR implements pod delete experiment only. (That’s why I marked the PR as a draft.)

image
This screenshot shows the result of the experiment on failure, with the error tag set to true and the exception event visible.

Special notes for your reviewer:

Checklist:

  • Fixes #
  • PR messages has document related information
  • Labelled this PR & related issue with breaking-changes tag
  • PR messages has breaking changes related information
  • Labelled this PR & related issue with requires-upgrade tag
  • PR messages has upgrade related information
  • Commit has unit tests
  • Commit has integration tests
  • E2E run Required for the changes

Signed-off-by: Jaeyeon Park <donionbs7@gmail.com>
@moggaa moggaa changed the title feat: Distributed Tracing Enhance instrumentation coverage (span errors) feat: Enhance Instrumentation Coverage by Adding Error Handling to Spans (Distributed Tracing) Nov 28, 2024
@moggaa moggaa changed the title feat: Enhance Instrumentation Coverage by Adding Error Handling to Spans (Distributed Tracing) feat: adding Error Handling to Spans (Distributed Tracing) Nov 28, 2024
@moggaa moggaa changed the title feat: adding Error Handling to Spans (Distributed Tracing) feat: adding error handling to spans (Distributed Tracing) Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant