0-29 - Tracer dependency not found
0-29 - Tracer dependency not found
Possible Causes
You have enabled tracing in the configuration file, but the Tracer dependency was not found.
Currently, there are two supported Tracers, OpenTelemetry and Brave.
Troubleshooting and Resolution Steps
Choose one Tracer dependency for your project:
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-tracing-bridge-otel</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-tracing-bridge-brave</artifactId>
<optional>true</optional>
</dependency>
Feedback
Was this page helpful?
Yes No
Last modified September 30, 2024: Update & Translate Overview Docs (#3040) (d37ebceaea7)