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

testbed: Support UDP in addition to TCP for agent health check #2633

Merged
merged 3 commits into from
Mar 29, 2021

Conversation

wph95
Copy link
Member

@wph95 wph95 commented Mar 9, 2021

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". make agent_start/health_check support udp

Link to tracking Issue: open-telemetry/opentelemetry-collector-contrib#2528

@wph95 wph95 requested a review from a team March 9, 2021 09:11
@codecov
Copy link

codecov bot commented Mar 9, 2021

Codecov Report

Merging #2633 (feea031) into main (cd954be) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update cd954be...feea031. Read the comment docs.

@wph95 wph95 requested a review from tigrannajaryan March 15, 2021 09:05
@tigrannajaryan tigrannajaryan changed the title testbed agent health check support udp testbed: Support UDP in addition to TCP for agent health check Mar 16, 2021
@wph95
Copy link
Member Author

wph95 commented Mar 26, 2021

still have some strange ci test failed (markdown lint?)
try to:
used the latest master branch
git patch this pr change
git push force

@wph95 wph95 force-pushed the add-testbd-check-udp-agent branch from d28e0e0 to 4dd3ceb Compare March 26, 2021 08:07
@bogdandrutu
Copy link
Member

Please rebase, will pass links tests

@tigrannajaryan tigrannajaryan merged commit 859a4b4 into open-telemetry:main Mar 29, 2021
hughesjj pushed a commit to hughesjj/opentelemetry-collector that referenced this pull request Apr 27, 2023
Troels51 pushed a commit to Troels51/opentelemetry-collector that referenced this pull request Jul 5, 2024
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.

3 participants