接口 WebFluxTagsProvider

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型方法说明
      Iterable<io.micrometer.core.instrument.Tag>httpRequestTags​(org.springframework.web.server.ServerWebExchange exchange, Throwable ex)
      Provides tags to be associated with metrics for the given exchange.
    • 方法详细资料

      • httpRequestTags

        Iterable<io.micrometer.core.instrument.Tag> httpRequestTags​(org.springframework.web.server.ServerWebExchange exchange,
                                                                    Throwable ex)
        Provides tags to be associated with metrics for the given exchange.
        参数:
        exchange - the exchange
        ex - the current exception (may be null)
        返回:
        tags to associate with metrics for the request and response exchange