Skip to content

OpenTelemetry Support #764

Open
4 of 7 issues completed
Open
4 of 7 issues completed
@smeubank

Description

@smeubank

For Sentry SDKs there is generally 2 ways that we can support OpenTelemetry, when there is existing OTel support in a ecosystem for a given platform.

  1. An in process span processor, where the host app runs Sentry and OTel SDKs. The Sentry SDK picks up all the OTel span and converts them into Sentry traces and spans, to connect with Sentry signals like errors.
  2. "POTEL" Performance powered by OTel: where the Sentry SDK uses the relevnat OTel package(s) under the hood, to power all the tracing instrumentaton and creation of spans

We should determine if one of the approaches is viable for Rust.

Sub-issues

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions