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

[error-tracking] Remove entry span fingerprinting limitation #26979

Merged
merged 3 commits into from
Jan 7, 2025

Conversation

aouinizied
Copy link
Member

@aouinizied aouinizied commented Jan 6, 2025

What does this PR do? What is the motivation?

This PR removes all references to entry span fingerprinting limitations.

Merge instructions

Merge readiness:

  • Ready for merge

Merge queue is enabled in this repo. To have it automatically merged after it receives the required reviews, create the PR (from a branch that follows the <yourname>/description naming convention) and then add the following PR comment:

/merge

Additional notes

@aouinizied aouinizied requested a review from a team as a code owner January 6, 2025 15:48
Copy link
Contributor

github-actions bot commented Jan 6, 2025

@aouinizied aouinizied requested a review from meghanlo January 6, 2025 15:55
Copy link
Contributor

@brett0000FF brett0000FF left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@aouinizied - Thanks for these edits! I just had one question about your change in Use span attributes to track error spans.

@@ -36,7 +36,7 @@ To get started with configuring your repository, see the [Source Code Integratio

## Use span attributes to track error spans

The Datadog tracers collect errors through integrations and the manual instrumentation of your backend services' source code. Error spans within a trace are processed by Error Tracking **if the error is located in a service entry span** (the uppermost service span). This span must also contain the `error.stack`, `error.message`, and `error.type` [span attributes][1] to be tracked.
The Datadog tracers collect errors through integrations and the manual instrumentation of your backend services' source code. Error spans within a trace are processed by Error Tracking if they are service top-level errors, whether or not they are located in service entry spans. This span must also contain the `error.stack`, `error.message`, and `error.type` [span attributes][1] to be tracked.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The Datadog tracers collect errors through integrations and the manual instrumentation of your backend services' source code. Error spans within a trace are processed by Error Tracking if they are service top-level errors, whether or not they are located in service entry spans. This span must also contain the `error.stack`, `error.message`, and `error.type` [span attributes][1] to be tracked.
The Datadog tracers collect errors through integrations and the manual instrumentation of your backend services' source code. Error Tracking processes error spans within a trace if they occur at the service level, regardless of whether they are located in service entry spans. This span must also contain the `error.stack`, `error.message`, and `error.type` [span attributes][1] to be tracked.

I'm not 100% sure what is meant by "service top-level errors". Could you please help provide some clarification so we can make this clear? Thanks!

Co-authored-by: Brett Blue <[email protected]>
@brett0000FF
Copy link
Contributor

/merge

@dd-devflow
Copy link

dd-devflow bot commented Jan 7, 2025

Devflow running: /merge

View all feedbacks in Devflow UI.


2025-01-07 15:42:36 UTC ℹ️ MergeQueue: pull request added to the queue

The median merge time in master is 7m.


2025-01-07 15:48:59 UTC ℹ️ MergeQueue: This merge request was merged

@dd-mergequeue dd-mergequeue bot merged commit 9a69004 into master Jan 7, 2025
17 of 18 checks passed
@dd-mergequeue dd-mergequeue bot deleted the zied.aouini/fix-fingerprinting-documentation branch January 7, 2025 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants