Skip to content

Commit 8c346fd

Browse files
committed
GH-1567 - Polishing.
1 parent fba660b commit 8c346fd

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

spring-modulith-observability/spring-modulith-observability-api/src/main/java/org/springframework/modulith/observability/ObservedModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public interface ObservedModule {
4646
String getDisplayName();
4747

4848
/**
49-
* Returns the name of the actually invoked {@link Method}.
49+
* Returns the name of the actually invoked {@link java.lang.reflect.Method}.
5050
*
5151
* @param invocation must not be {@literal null}.
5252
* @return

src/docs/antora/modules/ROOT/pages/production-ready.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,9 @@ In this particular case, triggering the payment changes the state of the order w
195195
This gets picked up asynchronously by the engine that triggers another state change on the order, works for a couple of seconds and triggers the final state change on the order in turn.
196196

197197
[[observability-spans]]
198+
=== Observability Spans
199+
200+
[[observability-spans-module-entry]]
198201
==== Module Entry Span
199202

200203
.Tag Keys

0 commit comments

Comments
 (0)