tracing-commons/README.md
2023-12-13 13:36:24 +01:00

9 lines
527 B
Markdown

# Tracing library
The library is intended to manage and activate all and any service tracing capabilities available at runtime.
When linking against it, this will enable the [Observation API](https://spring.io/blog/2022/10/12/observability-with-spring-boot-3)
in projects that have [RabbitMQ](https://www.rabbitmq.com/) dependencies for both outgoing and incoming messages.
To disable it, just set `management.tracing.enabled` to `false` in your Spring `application` config file. If
not specified, tracing will be enabled.