Adrian Cole
Adrian Cole
@reta a hint here is that we made `LazyHttpClient` to allow aws variant to customize things. It is perfectly fine to add things to the ElasticsearchStorage component that make this...
@ujo-trackunit so ZIPKIN_UI_BASEPATH only rewrites links so that when a proxy has zipkin under another path, the links reflects the expectations of the proxy. zipkin-server will still host everything under...
I started to look at something similar, but I think it is different than your issue. Our proxy-example extracted the UI assets to the wrong directory which caused 404s.. https://github.com/openzipkin/zipkin/pull/3743
@ujo-trackunit can you mention the version you were moving from? I'd like to try to isolate what's going on..
ok I think maybe found it.. ```bash $ docker run --rm -e ZIPKIN_UI_BASEPATH=/admin/zipkin -p 9411:9411 openzipkin/zipkin:3.0.6 $ curl -s localhost:9411/zipkin/index.html |tidy -q -i --tidy-mark no --wrap 1024 line 1 column...
so I think the following change gets it working again, but it also breaks the zipkin-ui docker demo ;) cc @openzipkin/ui as while I tend to pull a large share...
cc also @SamTV12345 in case you are around. you can see the above notes on what's the dillemma. it is stuff like this why I tend to cringe at adding...
unmarking myself from this as I'm pulling too many hours here and not enough on day job. 🤞 someone else can rescue this time!
@reta @anuraaga I'm actually inclined to roll back lens to react-scripts and re-raise vite progress here on another branch until it is fully tested and works on all scenarios we...
> I'll give it a try. Sorry for your frustration over the frontend changes. Maybe I can come up with a solution this evening or I'll try it this weekend....