setting up jaeger UI locally #4632
Unanswered
AdityaRaimec22
asked this question in
Q&A
Replies: 2 comments
-
Did you go to jaeger-ui directory after cloning the repo? This will expose required ports such as 16686. |
Beta Was this translation helpful? Give feedback.
0 replies
-
make sure you run the latest version of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
when I run this command yarn install --frozen-lockfile I gets
yarn install --frozen-lockfile
Usage: yarn [options] yarn: error: no such option: --frozen-lockfile
and it is written If you don't have it running locally, then tunnel to the correct host and port:
ssh -fN -L 16686:$BACKEND_HOST:$BACKEND_PORT $BACKEND_HOST
but I am unable to figure out the BACKEND_PORT and BACKEND_HOST
Beta Was this translation helpful? Give feedback.
All reactions