Skip to content

add additional batch overhead in jaeger agent udp exporter#2489

Merged
MrAlias merged 3 commits intoopen-telemetry:mainfrom
yeya24:additioal-batchoverhead
Jan 4, 2022
Merged

add additional batch overhead in jaeger agent udp exporter#2489
MrAlias merged 3 commits intoopen-telemetry:mainfrom
yeya24:additioal-batchoverhead

Conversation

@yeya24
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown

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

5 participants