public class DefaultWebClientExchangeTagsProvider extends java.lang.Object implements WebClientExchangeTagsProvider
WebClientExchangeTagsProvider.| Constructor and Description |
|---|
DefaultWebClientExchangeTagsProvider() |
| 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.
|
public DefaultWebClientExchangeTagsProvider()
public 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)
WebClientExchangeTagsProvidertags in interface WebClientExchangeTagsProviderrequest - the client requestresponse - the server response (may be null)throwable - the exception (may be null)