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

Zipkin UDP Receiver #35620

Open
EOjeah opened this issue Oct 4, 2024 · 3 comments
Open

Zipkin UDP Receiver #35620

EOjeah opened this issue Oct 4, 2024 · 3 comments
Labels
enhancement New feature or request needs triage New item requiring triage receiver/zipkin Zipkin receiver

Comments

@EOjeah
Copy link
Contributor

EOjeah commented Oct 4, 2024

Component(s)

receiver/zipkin

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

Feature Request: Receive zipkin formatted spans over UDP

Describe the solution you'd like

Currently, the zipkin receiver only receivers spans over http. However, some environments with very high throughput use case can benefit from the lower overhead and simplicity of UDP.

zipkin:
  protocols:
    http: # existing
      endpoint: "localhost:9411" 
    udp: # new
      endpoint: "localhost:52352"
      queue_size: 1000
      num_workers: 10
      buffer_size: 100
      max_packet_size: 65000

Describe alternatives you've considered

  • udp logs receiver with a new connector to convert those logs to traces

Additional context

Due to nature of UDP as inherently unreliable, packets may be lost but the risk is mitigated by the nature of tracing data, where occasional loss of spans is generally acceptable.

@EOjeah EOjeah added enhancement New feature or request needs triage New item requiring triage labels Oct 4, 2024
@github-actions github-actions bot added the receiver/zipkin Zipkin receiver label Oct 4, 2024
Copy link
Contributor

github-actions bot commented Oct 4, 2024

Pinging code owners:

See Adding Labels via Comments if you do not have permissions to add labels yourself.

@atoulme
Copy link
Contributor

atoulme commented Oct 7, 2024

@EOjeah will you be able to work on this yourself?

@EOjeah
Copy link
Contributor Author

EOjeah commented Oct 7, 2024

@atoulme yeah I should be able to

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs triage New item requiring triage receiver/zipkin Zipkin receiver
Projects
None yet
Development

No branches or pull requests

2 participants