类 DefaultWebFluxTagsProvider

    • 方法详细资料

      • httpRequestTags

        public Iterable<io.micrometer.core.instrument.Tag> httpRequestTags​(org.springframework.web.server.ServerWebExchange exchange,
                                                                           Throwable exception)
        从接口复制的说明: WebFluxTagsProvider
        Provides tags to be associated with metrics for the given exchange.
        指定者:
        httpRequestTags 在接口中 WebFluxTagsProvider
        参数:
        exchange - the exchange
        exception - the current exception (may be null)
        返回:
        tags to associate with metrics for the request and response exchange