mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-12 13:23:29 +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")) {
|
||||
return "message";
|
||||
}
|
||||
if (className.contains("Exchange")) {
|
||||
return "exchange";
|
||||
}
|
||||
return className;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user