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: framework-docs/modules/ROOT/pages/integration/observability.adoc
+3-3
Original file line number
Diff line number
Diff line change
@@ -103,8 +103,8 @@ By default, the following `KeyValues` are created:
103
103
|Name | Description
104
104
|`code.function` _(required)_|Name of Java `Method` that is scheduled for execution.
105
105
|`code.namespace` _(required)_|Canonical name of the class of the bean instance that holds the scheduled method.
106
-
|`exception` _(required)_|Name of the exception thrown during the execution, or `KeyValue#NONE_VALUE`} if no exception happened.
107
-
|`outcome` _(required)_|Outcome of the method execution. Can be `"SUCCESS"`, `"ERROR"` or `"UNKNOWN"` (if for example the operation was cancelled during execution.
106
+
|`exception` _(required)_|Name of the exception thrown during the execution, or `"none"` if no exception happened.
107
+
|`outcome` _(required)_|Outcome of the method execution. Can be `"SUCCESS"`, `"ERROR"` or `"UNKNOWN"` (if for example the operation was cancelled during execution).
108
108
|===
109
109
110
110
@@ -135,7 +135,7 @@ By default, the following `KeyValues` are created:
135
135
[cols="a,a"]
136
136
|===
137
137
|Name | Description
138
-
|`exception` _(required)_|Name of the exception thrown during the exchange, or `KeyValue#NONE_VALUE`} if no exception happened.
138
+
|`exception` _(required)_|Name of the exception thrown during the exchange, or `"none"` if no exception happened.
139
139
|`method` _(required)_|Name of HTTP request method or `"none"` if the request was not received properly.
140
140
|`outcome` _(required)_|Outcome of the HTTP server exchange.
141
141
|`status` _(required)_|HTTP response raw status code, or `"UNKNOWN"` if no response was created.
Copy file name to clipboardExpand all lines: spring-context/src/main/java/org/springframework/scheduling/support/DefaultScheduledTaskObservationConvention.java
Copy file name to clipboardExpand all lines: spring-context/src/test/java/org/springframework/scheduling/annotation/ScheduledAnnotationBeanPostProcessorObservabilityTests.java
Copy file name to clipboardExpand all lines: spring-context/src/test/java/org/springframework/scheduling/support/DefaultScheduledTaskObservationConventionTests.java
0 commit comments