openzipkin / zipkin

Zipkin is a distributed tracing system
https://zipkin.io/
Apache License 2.0
17.02k stars 3.09k forks source link

fixes broken loading of UI resources #3696

Closed codefromthecrypt closed 10 months ago

codefromthecrypt commented 10 months ago

Fixes #3694 until it can be addressed upstream by https://github.com/line/armeria/pull/5391

Until this is in, the UI is completely busted

codefromthecrypt commented 10 months ago

added an integration test which tests this via docker, ensuring either jar or jar via docker don't have a bug that prevents loading the UI.

codefromthecrypt commented 10 months ago

since zipkin is unusable, I'm going to merge and cut this. We can revert it once there's a fix upstream.

shakuzen commented 10 months ago

Late but LGTM