@FunctionalInterface public interface WebClientExchangeTagsProvider
Tags provider for an exchange performed by a
WebClient.| 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.
|
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)
request - the client requestresponse - the server response (may be null)throwable - the exception (may be null)Copyright © 2019 Pivotal Software, Inc.. All rights reserved.