public class DefaultWebFluxTagsProvider extends Object implements WebFluxTagsProvider
WebFluxTagsProvider.| Constructor and Description |
|---|
DefaultWebFluxTagsProvider() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<io.micrometer.core.instrument.Tag> |
httpRequestTags(org.springframework.web.server.ServerWebExchange exchange,
Throwable exception)
Provides tags to be associated with metrics for the given
exchange. |
public Iterable<io.micrometer.core.instrument.Tag> httpRequestTags(org.springframework.web.server.ServerWebExchange exchange, Throwable exception)
WebFluxTagsProviderexchange.httpRequestTags in interface WebFluxTagsProviderexchange - the exchangeexception - the current exception (may be nullCopyright © 2018 Pivotal Software, Inc.. All rights reserved.