Skip to content

Conversation

@zurex
Copy link
Contributor

@zurex zurex commented Mar 27, 2025

Description

This PR raised for fix #536 , navigate to the issue to get more details.

Changes

  • Add new SocketDataTransport to support UNIX/UDP/TCP protocol.
  • Remove existing UnixDomainDataTransport since SocketDataTransport covered unix scenario.
  • Update the version of geneva-exporter to 1.0.1.

Test && Validation

  • Test in production scenarios.
  • Passed the test cases.

Existing Behavior

exporter only support kETW and kUNIX protocol although the connection string support kUDP and kTCP.

New Behavior

Support all the protocols which defined in TransportProtocol:

  • kETW
  • kUNIX
  • kUDP (new added)
  • kTCP (new added)

@zurex zurex requested a review from a team as a code owner March 27, 2025 15:22
@zurex zurex force-pushed the feature/socket_transport_geneva_exporter branch from fc4ebbc to 019c042 Compare March 27, 2025 15:38
@ThomsonTan ThomsonTan self-assigned this Mar 31, 2025
Copy link
Contributor

@ThomsonTan ThomsonTan left a comment

Choose a reason for hiding this comment

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

Looks good to me. Will see if there is any comments from @lalitb.

@ThomsonTan ThomsonTan merged commit 2184b83 into open-telemetry:main Apr 8, 2025
2 checks passed
ThomsonTan added a commit to ThomsonTan/opentelemetry-cpp-contrib that referenced this pull request May 9, 2025
Sign up for free to 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.

Support udp data transport for geneva-metrics exporter

3 participants