diff --git a/src/docs/asciidoc/70-observability.adoc b/src/docs/asciidoc/70-observability.adoc new file mode 100644 index 00000000..bf469bf6 --- /dev/null +++ b/src/docs/asciidoc/70-observability.adoc @@ -0,0 +1,26 @@ +[[observability]] += Observing Application Modules +:imagesdir: images + +The interaction between application modules can be intercepted to create Micrometer spans to ultimately end up in traces you can visualize in tools like https://zipkin.io/[Zipkin]. +To activate the instrumentation add the following runtime dependency to your project: + +[source, xml] +---- + + org.springframework.modulith + spring-modulith + {projectVersion} + runtime