Skip to content

feat(otel): Map otel span data to Sentry transaction/span/context - #6082

Merged
mydea merged 4 commits into
masterfrom
fn/otel-attributes
Oct 28, 2022
Merged

feat(otel): Map otel span data to Sentry transaction/span/context#6082
mydea merged 4 commits into
masterfrom
fn/otel-attributes

Conversation

@mydea

Copy link
Copy Markdown
Member

Enhance sentry transactions/spans/context with data from OpenTelemetry spans, when using otel-integration.

Summary:

  • otel attributes, resource for transaction --> sentry context
  • otel attributes, kind for span --> sentry data
  • otel status + data from attributes --> sentry status (for both transactions & spans)

Part of #6000

@mydea
mydea requested review from a team and AbhiPrasadOctober 28, 2022 10:44
@mydeamydea self-assigned this Oct 28, 2022
@mydea
mydea requested review from lobsterkatie and removed request for a teamOctober 28, 2022 10:44
Comment threadpackages/opentelemetry-node/src/spanprocessor.ts Outdated

@AbhiPrasadAbhiPrasad left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Great! Let’s make sure we update the PR title to get the feat(otel) in there as well

@AbhiPrasadAbhiPrasad changed the title Map otel span data to Sentry transaction/span/contextfeat(otel): Map otel span data to Sentry transaction/span/contextOct 28, 2022
@AbhiPrasadAbhiPrasad mentioned this pull request Oct 28, 2022
10 tasks
@mydea
mydea merged commit b0908d0 into masterOct 28, 2022
@mydea
mydea deleted the fn/otel-attributes branch October 28, 2022 11:58
@AbhiPrasadAbhiPrasad added this to the OpenTelemetry Support milestone Oct 31, 2022
Sign up for freeto 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.

2 participants

@mydea@AbhiPrasad