Skip to content

Commit

Permalink
GH-289 - Polishing.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Sep 4, 2023
1 parent 4af54d0 commit 1fe681b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/docs/asciidoc/80-observability.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Spring Modulith provides support to expose architectural information about your
As a production-ready application is likely to require both, the most convenient way to activate those features is to use the Spring Modulith Insight starter as follows:

.Using the Spring Modulith Insight starter
[source, xml,subs="+attributes"]
[source, xml, subs="+attributes"]
----
<dependency>
<groupId>org.springframework.modulith</groupId>
Expand All @@ -26,7 +26,7 @@ The application module structure can be exposed as Spring Boot actuator.
To enable the actuator, add the `spring-modulith-actuator` dependency to the project:

.Using the Spring Modulith actuator support
[source, xml,subs="+attributes"]
[source, xml, subs="+attributes"]
----
<dependency>
<groupId>org.springframework.modulith</groupId>
Expand Down Expand Up @@ -119,7 +119,7 @@ The interaction between application modules can be intercepted to create Microme
To activate the instrumentation add the following runtime dependency to your project:

.Using the Spring Modulith observability support
[source, xml,subs="+attributes"]
[source, xml, subs="+attributes"]
----
<dependency>
<groupId>org.springframework.modulith</groupId>
Expand Down

0 comments on commit 1fe681b

Please sign in to comment.