Skip to content
This repository has been archived by the owner on Oct 23, 2019. It is now read-only.

zipkin-ui ZIPKIN_BASE_URL variable #141

Open
tomhughesnice opened this issue Apr 28, 2017 · 1 comment
Open

zipkin-ui ZIPKIN_BASE_URL variable #141

tomhughesnice opened this issue Apr 28, 2017 · 1 comment

Comments

@tomhughesnice
Copy link

Hi,

This environmental variable does not appear to be working as I would expect.

For example I have a Zipkin Server running on my machine at http://127.0.0.1:1111. But when I launch the Zipkin UI it never makes requests to that Zipkin Server. Using Chromes debugger I can see the request for services is being made to http://localhost/api/v1/services not http://127.0.0.1:1111/api/v1/services.

I'm just using the Docker Compose file at https://github.com/openzipkin/docker-zipkin/blob/master/docker-compose-ui.yml and modify the ZIPKIN_BASE_URL environmental variable before running it.

Is there something i'm missing here?

@codefromthecrypt
Copy link

codefromthecrypt commented Apr 29, 2017 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants