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

Fix Readme Error for setup local jaeger service #265

Merged
merged 4 commits into from
Oct 10, 2018

Conversation

clyang82
Copy link
Contributor

This push request is to fix the following readme issue:

ssh -fN -L 16686:$BACKEND_HOST:$BACKEND_PORT $BACKEND_PORT

should be

ssh -fN -L 16686:$BACKEND_HOST:$BACKEND_PORT $BACKEND_HOST

@codecov
Copy link

codecov bot commented Oct 10, 2018

Codecov Report

Merging #265 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #265   +/-   ##
=======================================
  Coverage   77.05%   77.05%           
=======================================
  Files         135      135           
  Lines        2950     2950           
  Branches      613      613           
=======================================
  Hits         2273     2273           
  Misses        534      534           
  Partials      143      143
Impacted Files Coverage Δ
...neViewer/TimelineHeaderRow/TimelineViewingLayer.js 87.03% <0%> (-3.71%) ⬇️
packages/jaeger-ui/src/utils/date.js 90% <0%> (+5%) ⬆️

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 d7c7e10...07a046f. Read the comment docs.

@yurishkuro
Copy link
Member

Thanks! I am going to merge it without DCO since it's not a code change. In the future please make sure your commits are signed.

@yurishkuro yurishkuro merged commit 13c1cc9 into jaegertracing:master Oct 10, 2018
@clyang82
Copy link
Contributor Author

I will sign off my commits in the future. Thanks.

vvvprabhakar pushed a commit to vvvprabhakar/jaeger-ui that referenced this pull request Jul 5, 2021
* Fix Readme error

* Fix readme to add ui-base-path

Signed-off-by: vvvprabhakar <vvvprabhakar@gmail.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.

2 participants