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

[Proposal] Add support for multiple exporters (e.g., Jaeger, Zipkin) #215

Open
Mr-ylk opened this issue Nov 22, 2024 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@Mr-ylk
Copy link

Mr-ylk commented Nov 22, 2024

Is your feature request related to a problem? Please describe.

Currently, the opentelemetry-go-auto-instrumentation library seems to only support the OTLP exporter for telemetry data export. While OTLP is a standard protocol, many users, especially those using existing telemetry systems like Jaeger and Zipkin, might find it beneficial to have native support for exporting trace data directly to these systems.

Describe the solution you'd like

Add support for mainstream telemetry receivers, such as Jaeger and Zipkin, directly within the opentelemetry-go-auto-instrumentation library. This will allow users to configure their preferred exporter without additional middleware or bridges.

Describe alternatives you've considered

Relying on OTLP and implementing bridges (e.g., OTLP-to-Jaeger or OTLP-to-Zipkin). While this approach works, it introduces additional layers of complexity and operational overhead.

Additional context

No response

@Mr-ylk Mr-ylk added the enhancement New feature or request label Nov 22, 2024
@123liuziming
Copy link
Collaborator

We will add the Zipkin exporter later. Jaeger supports to receive OpenTelemetry data directly, you can use the agent to report to jaeger directly according to https://github.com/alibaba/opentelemetry-go-auto-instrumentation/tree/main/example/demo. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants