public final class UriVariablesTagSpanDecorator extends Object implements SpanDecorator
decorator that extracts contextual tags from the used
URI template and URI variables.
Using this decorator in conjunction with http.get("/accounts/{account_id}", 792)
will produce the tag account_id=792.
The OpenTracing Semantic Specification: Start a new Span| Constructor and Description |
|---|
UriVariablesTagSpanDecorator() |
| Modifier and Type | Method and Description |
|---|---|
void |
onRequest(io.opentracing.Span span,
RequestArguments arguments) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonError, onResponsepublic void onRequest(io.opentracing.Span span,
RequestArguments arguments)
onRequest in interface SpanDecoratorCopyright © 2015–2020 Zalando SE. All rights reserved.