Class UriVariablesTagSpanDecorator

java.lang.Object
org.zalando.riptide.opentracing.span.UriVariablesTagSpanDecorator
All Implemented Interfaces:
SpanDecorator

public final class UriVariablesTagSpanDecorator extends Object implements SpanDecorator
A 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 Details

    • UriVariablesTagSpanDecorator

      public UriVariablesTagSpanDecorator()
  • Method Details