openzipkin-contrib / play-zipkin-tracing

Provides distributed tracing for Play Framework and Akka using Zipkin.
Apache License 2.0
48 stars 19 forks source link

Corrects http port in defaults and docs to 9411 #10

Closed codefromthecrypt closed 7 years ago

codefromthecrypt commented 7 years ago

Port 9410 is the deprecated Scribe port. In docs and code, the intended transport is http, which listens by default on 9411.

See https://github.com/openzipkin/zipkin/issues/1192