openzipkin / zipkin-support

repository for support questions raised as issues
4 stars 2 forks source link

How to register zipkin server to eureka #36

Closed littlekelvin closed 4 years ago

littlekelvin commented 4 years ago

Follow zipkin usage, recommend to run a zipkin server with a jar. $ curl -sSL https://zipkin.io/quickstart.sh | bash -s $ java -jar zipkin.jar

But this way, the zipkin server is out of eureka server. How should I register the zipkin server to euraka.

jorgheymans commented 4 years ago

Some options are explained here https://github.com/openzipkin/zipkin/issues/1870, currently it's not supported out of the box.