@FunctionalInterface
public interface WebFluxTagsContributor
Tags for WebFlux-based request handling. Typically used by
a WebFluxTagsProvider to provide tags in addition to its defaults.| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<io.micrometer.core.instrument.Tag> |
httpRequestTags(org.springframework.web.server.ServerWebExchange exchange,
java.lang.Throwable ex)
Provides tags to be associated with metrics for the given
exchange. |
java.lang.Iterable<io.micrometer.core.instrument.Tag> httpRequestTags(org.springframework.web.server.ServerWebExchange exchange,
java.lang.Throwable ex)
exchange.exchange - the exchangeex - the current exception (may be null)