类 DefaultWebMvcTagsProvider

    • 方法详细资料

      • getTags

        public Iterable<io.micrometer.core.instrument.Tag> getTags​(javax.servlet.http.HttpServletRequest request,
                                                                   javax.servlet.http.HttpServletResponse response,
                                                                   Object handler,
                                                                   Throwable exception)
        从接口复制的说明: WebMvcTagsProvider
        Provides tags to be associated with metrics for the given request and response exchange.
        指定者:
        getTags 在接口中 WebMvcTagsProvider
        参数:
        request - the request
        response - the response
        handler - the handler for the request or null if the handler is unknown
        exception - the current exception, if any
        返回:
        tags to associate with metrics for the request and response exchange
      • getLongRequestTags

        public Iterable<io.micrometer.core.instrument.Tag> getLongRequestTags​(javax.servlet.http.HttpServletRequest request,
                                                                              Object handler)
        从接口复制的说明: WebMvcTagsProvider
        Provides tags to be used by long task timers.
        指定者:
        getLongRequestTags 在接口中 WebMvcTagsProvider
        参数:
        request - the HTTP request
        handler - the handler for the request or null if the handler is unknown
        返回:
        tags to associate with metrics recorded for the request