public class DefaultWebClientExchangeTagsProvider extends Object implements WebClientExchangeTagsProvider
WebClientExchangeTagsProvider.| Constructor and Description |
|---|
DefaultWebClientExchangeTagsProvider() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public DefaultWebClientExchangeTagsProvider()
public 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)
WebClientExchangeTagsProvidertags in interface WebClientExchangeTagsProviderrequest - the client requestresponse - the server response (may be null)throwable - the exception (may be null)Copyright © 2019 Pivotal Software, Inc.. All rights reserved.