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

[Feature]: Merge user-event and ETW metrics exporter into single metrics exporter crate #46

Open
mattbodd opened this issue Mar 1, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@mattbodd
Copy link
Contributor

mattbodd commented Mar 1, 2024

Related Problems?

No response

What component are you working with?

opentelemetry-user-events-metrics

Describe the solution you'd like:

Today, we maintain two separate crates for user-event and ETW based exporters. Much of the implementation is the same and implementations significantly diverge at the point when platform specific APIs are used to transmit serialized metrics. The PushMetricsExporter implementations of the opentelemetry-user-event-metrics and opentelemetry-etw-metrics could be merged into a single implementation that internally invokes platform specific logic.

I am creating this issue as a point of conversation. Following up on a comment from @lalitb on #43.

Considered Alternatives

No response

Additional Context

No response

@mattbodd mattbodd added the enhancement New feature or request label Mar 1, 2024
@lalitb lalitb mentioned this issue Mar 15, 2024
4 tasks
@psandana
Copy link
Contributor

I'm 100% agree on this. We should also do the same for Logs, now that support is starting for ETW.

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