Interface WebClientExchangeTagsProvider

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethodDescription
      Iterable<io.micrometer.core.instrument.Tag>tags​(org.springframework.web.reactive.function.client.ClientRequest request, org.springframework.web.reactive.function.client.ClientResponse response, Throwable throwable)
      Provide tags to be associated with metrics for the client exchange.
    • Method Detail

      • tags

        Iterable<io.micrometer.core.instrument.Tag> tags​(org.springframework.web.reactive.function.client.ClientRequest request,
                                                         org.springframework.web.reactive.function.client.ClientResponse response,
                                                         Throwable throwable)
        Provide tags to be associated with metrics for the client exchange.
        Parameters:
        request - the client request
        response - the server response (may be null)
        throwable - the exception (may be null)
        Returns:
        tags to associate with metrics for the request and response exchange