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

Split agent's HTTP server and handler #1996

Merged
merged 7 commits into from
Dec 31, 2019

Conversation

yurishkuro
Copy link
Member

@yurishkuro yurishkuro commented Dec 31, 2019

In preparation for #1971. Split the agent's HTTP server from the client config handler, which is moved to a shared package pkg/clientcfg/clientcfghttp.

Signed-off-by: Yuri Shkuro <ys@uber.com>
Yuri Shkuro added 6 commits December 31, 2019 14:07
Signed-off-by: Yuri Shkuro <ys@uber.com>
Signed-off-by: Yuri Shkuro <ys@uber.com>
Signed-off-by: Yuri Shkuro <ys@uber.com>
Signed-off-by: Yuri Shkuro <ys@uber.com>
Signed-off-by: Yuri Shkuro <ys@uber.com>
Signed-off-by: Yuri Shkuro <ys@uber.com>
@codecov
Copy link

codecov bot commented Dec 31, 2019

Codecov Report

Merging #1996 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1996      +/-   ##
==========================================
+ Coverage   96.95%   96.95%   +<.01%     
==========================================
  Files         203      204       +1     
  Lines       10100    10109       +9     
==========================================
+ Hits         9792     9801       +9     
  Misses        269      269              
  Partials       39       39
Impacted Files Coverage Δ
cmd/agent/app/httpserver/srv.go 100% <100%> (ø)
cmd/agent/app/agent.go 100% <100%> (ø) ⬆️
pkg/clientcfg/clientcfghttp/handler.go 100% <100%> (ø)

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 5be4255...aa60d50. Read the comment docs.

@yurishkuro yurishkuro merged commit c6677ca into jaegertracing:master Dec 31, 2019
@yurishkuro yurishkuro deleted the refactor-http branch December 31, 2019 21:10
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.

1 participant