MicroProfile OpenTracing With Jaeger
Join the DZone community and get the full member experience.
Join For FreeIn this short video I demonstrate how to use MicroProfile OpenTracing with Jaeger in combination with Payara Micro.
The MicroProfile OpenTracing specification defines behaviors and an API for accessing an OpenTracing compliant Tracer object within your JAX-RS application. The behaviors specify how incoming and outgoing requests will have OpenTracing Spans automatically created. The API defines how to explicitly disable or enable tracing for given endpoints.
Jaeger is a distributed tracing system released as open source by Uber Technologies (inspired by Dapper and OpenZipkin). Utilized for monitoring and troubleshooting microservices-based distributed systems, including: Distributed context propagation, Distributed transaction monitoring, Root cause analysis, Service dependency analysis, Performance/latency optimization.
Published at DZone with permission of Rudy De Busscher, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Trending
-
Using OpenAI Embeddings Search With SingleStoreDB
-
Tactics and Strategies on Software Development: How To Reach Successful Software [Video]
-
Knowing and Valuing Apache Kafka’s ISR (In-Sync Replicas)
-
Top Six React Development Tools
Comments