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

add additional batch overhead in jaeger agent udp exporter #2489

Merged
merged 3 commits into from Jan 4, 2022

Conversation

yeya24
Copy link
Contributor

@yeya24 yeya24 commented Jan 1, 2022

Signed-off-by: Ben Ye ben.ye@bytedance.com

Fixes #2465

This pr adds the additional batch overhead to max packet size mentioned in #2465 (comment).

Signed-off-by: Ben Ye <ben.ye@bytedance.com>
Copy link
Member

@Aneurysm9 Aneurysm9 left a comment

Choose a reason for hiding this comment

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

Please add a CHANGELOG.md entry describing this change.

@codecov
Copy link

codecov bot commented Jan 3, 2022

Codecov Report

Merging #2489 (cbfac42) into main (c772d57) will decrease coverage by 0.0%.
The diff coverage is 100.0%.

Impacted file tree graph

@@           Coverage Diff           @@
##            main   #2489     +/-   ##
=======================================
- Coverage   76.3%   76.3%   -0.1%     
=======================================
  Files        173     173             
  Lines      12022   12022             
=======================================
- Hits        9179    9173      -6     
- Misses      2598    2604      +6     
  Partials     245     245             
Impacted Files Coverage Δ
exporters/jaeger/agent.go 71.1% <100.0%> (ø)
sdk/trace/batch_span_processor.go 83.4% <0.0%> (-2.1%) ⬇️
exporters/jaeger/jaeger.go 92.6% <0.0%> (-0.9%) ⬇️

Signed-off-by: Ben Ye <ben.ye@bytedance.com>
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.

Jaeger exporter creates too big UDP packets
4 participants