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
duttarnab edited this page Oct 29, 2019
·
6 revisions
How to enable tracing metrics in oxd server
Download and run jaeger locally or server from : https://www.jaegertracing.io/download/
Jaeger can be run locally/server directly using Docker:
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://:16686