question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

No support for Jaeger behind a reverse proxy

See original GitHub issue

Jaeger does not run behind a reverse proxy due to how the css and js is being loaded.

<link href="/static/css/main.123456789.css" rel="stylesheet">

This can be corrected with something like

<link href="./static/css/main.123456789.css" rel="stylesheet">

Similarly with the js file.

Thanks

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:3
  • Comments:31 (24 by maintainers)

github_iconTop GitHub Comments

10reactions
danwildcommented, Oct 31, 2019

I trawled a few threads before I found the answer, hot tip for anyone else - just use QUERY_BASE_PATH

0reactions
jpkrohlingcommented, Oct 31, 2019

@danwild where was the first place you looked for information when you tried to accomplish that? Perhaps there’s an opportunity here to improve our docs…

Read more comments on GitHub >

github_iconTop Results From Across the Web

Issues with Jaeger-UI under Reverse Proxy - Google Groups
Anand D. Hi Joe, We pulled the latest Jaeger Query image from Docker-hub and that fixed our issue. QueryUI is working fine now...
Read more >
Securing Jaeger Installation
The connections can be secured by using a reverse proxy placed in front of the collectors. ❌ HTTP - no TLS/authentication. Some Jaeger...
Read more >
Secure architecture for Jaeger with Apache httpd reverse ...
Encryption of transport of data in communication with Jaeger — achieved with Apache httpd configuration setting up TLS over HTTPS, and with TLS ......
Read more >
Use Jaeger to perform tracing analysis on NGINX
Use Jaeger to perform tracing analysis on NGINX,Tracing Analysis:Example: ... server that serves as an HTTP server and a reverse proxy.
Read more >
Jaeger configuration reference - Service Mesh 2.x
Jaeger is enabled by default. To disable tracing, set type to None . The sampling rate determines how often the Envoy proxy generates...
Read more >

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found