You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/docs/asciidoc/80-observability.adoc
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ Spring Modulith provides support to expose architectural information about your
5
5
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:
6
6
7
7
.Using the Spring Modulith Insight starter
8
-
[source, xml,subs="+attributes"]
8
+
[source, xml,subs="+attributes"]
9
9
----
10
10
<dependency>
11
11
<groupId>org.springframework.modulith</groupId>
@@ -26,7 +26,7 @@ The application module structure can be exposed as Spring Boot actuator.
26
26
To enable the actuator, add the `spring-modulith-actuator` dependency to the project:
27
27
28
28
.Using the Spring Modulith actuator support
29
-
[source, xml,subs="+attributes"]
29
+
[source, xml,subs="+attributes"]
30
30
----
31
31
<dependency>
32
32
<groupId>org.springframework.modulith</groupId>
@@ -119,7 +119,7 @@ The interaction between application modules can be intercepted to create Microme
119
119
To activate the instrumentation add the following runtime dependency to your project:
0 commit comments