yurishkuro / opentracing-tutorial

A collection of tutorials for the OpenTracing API
Apache License 2.0
1.57k stars 407 forks source link

update doc to run jaegertracing with 6832/udp open for node.js #38

Closed jeehwancho closed 6 years ago

jeehwancho commented 6 years ago

It seems to require 6832/udp in order to run node.js examples. Just updating readme to run jaegertracing container according to https://www.jaegertracing.io/docs/1.7/getting-started/, which opens necessary ports including 6832/udp.

jeehwancho commented 6 years ago

@yurishkuro Alright, I added only 6832/udp to the readme, which is what's necessary to run Node.js.

yurishkuro commented 6 years ago

thanks!