@NonNullApi
public interface WebMvcTagsProvider
Tags for Spring MVC-based request handling.| Modifier and Type | Method and Description |
|---|---|
Iterable<io.micrometer.core.instrument.Tag> |
httpLongRequestTags(javax.servlet.http.HttpServletRequest request,
Object handler)
Provides tags to be used by
long task timers. |
Iterable<io.micrometer.core.instrument.Tag> |
httpRequestTags(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Object handler,
Throwable ex)
Provides tags to be associated with metrics for the given
request and
response exchange. |
@NonNull Iterable<io.micrometer.core.instrument.Tag> httpLongRequestTags(@Nullable javax.servlet.http.HttpServletRequest request, @Nullable Object handler)
long task timers.request - the HTTP requesthandler - the handler for the request@NonNull Iterable<io.micrometer.core.instrument.Tag> httpRequestTags(@Nullable javax.servlet.http.HttpServletRequest request, @Nullable javax.servlet.http.HttpServletResponse response, @Nullable Object handler, @Nullable Throwable ex)
request and
response exchange.request - the requestresponse - the responsehandler - the handler for the requestex - the current exception, if anyCopyright © 2019 Foremast.AI. All rights reserved.