Integrations
Jaeger setup for microservices
The scope of this document is to present some basic information on how to include Jaeger tracing into a Java based project.
Jaeger tracing has been removed starting with the FlowX.AI v4.1 release.
Required dependencies
Needed configs
Add Kafka interceptors for Tracing
Extract Jaeger span context from received Kafka message
Use this context to create child spans of it and log events from adapter:
Send span context with outgoing Kafka messages
Was this page helpful?