@API(status=EXPERIMENTAL) public final class HttpStatusTagGenerator extends Object implements TagGenerator
| Constructor and Description |
|---|
HttpStatusTagGenerator() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<io.micrometer.core.instrument.Tag> |
onError(RequestArguments arguments,
Throwable throwable) |
Iterable<io.micrometer.core.instrument.Tag> |
onResponse(RequestArguments arguments,
org.springframework.http.client.ClientHttpResponse response) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomposite, composite, onRequestpublic Iterable<io.micrometer.core.instrument.Tag> onResponse(RequestArguments arguments, org.springframework.http.client.ClientHttpResponse response) throws IOException
onResponse in interface TagGeneratorIOExceptionpublic Iterable<io.micrometer.core.instrument.Tag> onError(RequestArguments arguments, Throwable throwable)
onError in interface TagGeneratorCopyright © 2015–2022 Zalando SE. All rights reserved.