Polish
This commit is contained in:
parent
3b2a4da023
commit
fa275f908e
|
@ -127,14 +127,14 @@ public class ServerHttpObservationFilter extends OncePerRequestFilter {
|
|||
}
|
||||
|
||||
/**
|
||||
* Notifies this filter that a new {@link Observation.Scope} is opened for the observation that was just created.
|
||||
* Notify this filter that a new {@link Observation.Scope} is opened for the
|
||||
* observation that was just created.
|
||||
* @param scope the newly opened observation scope
|
||||
* @param request the HTTP client request
|
||||
* @param response the filter's response@
|
||||
* @since 6.2.0
|
||||
**/
|
||||
* @param response the filter's response
|
||||
* @since 6.2.
|
||||
*/
|
||||
protected void onScopeOpened(Observation.Scope scope, HttpServletRequest request, HttpServletResponse response) {
|
||||
|
||||
}
|
||||
|
||||
private Observation createOrFetchObservation(HttpServletRequest request, HttpServletResponse response) {
|
||||
|
|
Loading…
Reference in New Issue