Adrian Cole
Adrian Cole
gitter is a better place for troubleshooting. issues are good when we have some code or docs to change. are you able to hop on gitter? It is better than...
fixed https://github.com/openzipkin/zipkin/releases/tag/3.2.0
looking at the code, it seems there are some constants relating to the fully-qualified api host. is there a way to use a relative path instead? (forgive me, if I...
this is just waiting on work to do it. does anyone have time to help?
@ankon so when in development (and also many sites), the port is 9411. So, I supposed some means of configuring the api endpoint ex (http://localhost:9411) would be what's needed. Then,...
@charlescui made a suggestion here https://github.com/openzipkin/docker-zipkin/issues/134#issuecomment-288403568
here's an example implementation https://github.com/openzipkin/zipkin-ui/pull/34 I think others should comment wrt the configuration approach.
#34 suggests separate env variables to assign this.. like `export ZIPKIN_HOST=172.16.10.56 ZIPKIN_PORT=32008` please give feedback if this works for you or not.
so the key here is that we shouldn't need a custom build to use an ad-hoc adjuster. In other words, users shouldn't need to re-shade zipkin-dependencies-job, or invalidate docker layers....
cc @openzipkin/devops-tooling @bsideup in case anyone is interested or has time to help