Tracing
Last updated
Was this helpful?
Last updated
Was this helpful?
Janus
uses as the standard way to trace requests. It can be used for monitoring microservices-based distributed systems:
Distributed context propagation
Distributed transaction monitoring
Root cause analysis
Service dependency analysis
Performance / latency optimization
OpenCensus supports several tracing backend systems (i.e. ) which are:
Azure Monitor
Honeycomb.io
AWS X-Ray
Datadog
Jaeger
Stackdriver
Zipkin
Currently, only Jaeger exporter is available in Janus
.