Interface WebFluxTagsProvider

    • Method Detail

      • 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.
        Parameters:
        exchange - the exchange
        ex - the current exception (may be null)
        Returns:
        tags to associate with metrics for the request and response exchange