This repository provides a tracer auto-configuration for Spring Boot. The auto-configuration does following:
- Returns tracer from
GlobalTracer
. - Resolves tracer from tracerresolver.
- If not tracer has been found it returns NoopTracer.
- Registers tracer to GlobalTracer - if it has not been registered.
This auto-configuration is usually configured to run if no tracer bean has been provided (e.g. Jaeger/Zipkin starter).
Maven checkstyle plugin is used to maintain consistent code style based on Google Style Guides
./mvnw clean install
Follow instructions in RELEASE