To send tracing spans to Jaeger the minimal configuration requires you add the following dependencies to or :
Then you need to enable Jaeger tracing in your configuration (potentially only your production configuration):
By default Jaeger will be configured to send traces to a locally running Jaeger agent.
Or alternatively if you have the Micronaut CLI installed you can configure Jaeger when creating your service with: |