You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker run -d -p 5775:5775/udp -p 16686:16686 jaegertracing/all-in-one:latest
In oxd-server.yml set following properties for tracing.
**enable_tracing** - set this property to "true" to enable tracing.
**tracer** - mention tracer whether "jaeger" or "zipkin".
**tracer_host** - mention tracer host
**tracer_port** - mention tracer port
Start OXD server. Now server can be monitored at jaeger on url : http://{jaeger-host}:16686