-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
testbed: Support UDP in addition to TCP for agent health check #2633
testbed: Support UDP in addition to TCP for agent health check #2633
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2633 +/- ##
=======================================
Coverage 91.77% 91.77%
=======================================
Files 281 281
Lines 15131 15131
=======================================
Hits 13886 13886
Misses 852 852
Partials 393 393 Continue to review full report at Codecov.
|
still have some strange ci test failed (markdown lint?) |
to support udp endpoint
d28e0e0
to
4dd3ceb
Compare
Please rebase, will pass links tests |
Description:
Testbed hardcode "tcp" in
agent_start/health_check
. but I need add testbed add a syslog_input with "udp" testcase.so DataSender interface add a
GetNetworkProtocol() string
, default is "tcp". makeagent_start/health_check
support udpLink to tracking Issue: open-telemetry/opentelemetry-collector-contrib#2528