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: spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/metrics/web/client/RestTemplateExchangeTags.java
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/metrics/web/reactive/client/WebClientExchangeTags.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,7 @@ public static Tag clientName(ClientRequest request) {
111
111
112
112
/**
113
113
* Creates an {@code outcome} {@code Tag} derived from the
114
-
* {@link ClientResponse#statusCode() status} of the given {@code response}.
114
+
* {@link ClientResponse#rawStatusCode() status} of the given {@code response}.
0 commit comments