Class StaticSpanDecorator
- java.lang.Object
-
- org.zalando.opentracing.jdbc.span.StaticSpanDecorator
-
- All Implemented Interfaces:
SpanDecorator
@API(status=EXPERIMENTAL) public final class StaticSpanDecorator extends Object implements SpanDecorator
Sets arbitrary, static span tags.
-
-
Constructor Summary
Constructors Constructor Description StaticSpanDecorator(Map<String,String> tags)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonQuery(io.opentracing.Span span, Statement statement, List<String> queries)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.zalando.opentracing.jdbc.span.SpanDecorator
onError
-
-