Class DefaultWebFluxTagsProvider

    • Method Detail

      • httpRequestTags

        public Iterable<io.micrometer.core.instrument.Tag> httpRequestTags​(org.springframework.web.server.ServerWebExchange exchange,
                                                                           Throwable exception)
        Description copied from interface: WebFluxTagsProvider
        Provides tags to be associated with metrics for the given exchange.
        Specified by:
        httpRequestTags in interface WebFluxTagsProvider
        Parameters:
        exchange - the exchange
        exception - the current exception (may be null)
        Returns:
        tags to associate with metrics for the request and response exchange