mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-12 21:33:30 +00:00
Polish WebFlux Observation contextualName
Issue gh-12156
This commit is contained in:
parent
5e2dd0351d
commit
25ff3d69bd
@ -95,6 +95,9 @@ public final class AuthorizationObservationConvention
|
|||||||
if (className.contains("Message")) {
|
if (className.contains("Message")) {
|
||||||
return "message";
|
return "message";
|
||||||
}
|
}
|
||||||
|
if (className.contains("Exchange")) {
|
||||||
|
return "exchange";
|
||||||
|
}
|
||||||
return className;
|
return className;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user