@FunctionalInterface public interface WebFluxTagsProvider
Tags for WebFlux-based request handling.| Modifier and Type | Method and Description |
|---|---|
Iterable<io.micrometer.core.instrument.Tag> |
httpRequestTags(org.springframework.web.server.ServerWebExchange exchange,
Throwable ex)
Provides tags to be associated with metrics for the given
exchange. |
Iterable<io.micrometer.core.instrument.Tag> httpRequestTags(org.springframework.web.server.ServerWebExchange exchange, Throwable ex)
exchange.exchange - the exchangeex - the current exception (may be nullCopyright © 2018 Pivotal Software, Inc.. All rights reserved.