Skip to content

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

Open
@mattbodd

Description

@mattbodd

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions