@FunctionalInterface
public interface WebClientExchangeTagsProvider
Tags provider for an exchange performed by a
WebClient.| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<io.micrometer.core.instrument.Tag> |
tags(org.springframework.web.reactive.function.client.ClientRequest request,
org.springframework.web.reactive.function.client.ClientResponse response,
java.lang.Throwable throwable)
Provide tags to be associated with metrics for the client exchange.
|
java.lang.Iterable<io.micrometer.core.instrument.Tag> tags(org.springframework.web.reactive.function.client.ClientRequest request,
org.springframework.web.reactive.function.client.ClientResponse response,
java.lang.Throwable throwable)
request - the client requestresponse - the server response (may be null)throwable - the exception (may be null)