Uses of Interface
org.zalando.opentracing.jdbc.span.SpanDecorator
-
Packages that use SpanDecorator Package Description org.zalando.opentracing.jdbc org.zalando.opentracing.jdbc.span -
-
Uses of SpanDecorator in org.zalando.opentracing.jdbc
Methods in org.zalando.opentracing.jdbc with parameters of type SpanDecorator Modifier and Type Method Description DataSourceTracerDataSourceTracer. withAdditionalSpanDecorators(SpanDecorator first, SpanDecorator... decorators)DataSourceTracerDataSourceTracer. withSpanDecorators(SpanDecorator decorator, SpanDecorator... decorators) -
Uses of SpanDecorator in org.zalando.opentracing.jdbc.span
Classes in org.zalando.opentracing.jdbc.span that implement SpanDecorator Modifier and Type Class Description classComponentSpanDecoratorSets thecomponentspan tag, defaults toJDBC.classDatabaseInstanceSpanDecoratorSets thedb.instancespan tag.classDatabaseStatementSpanDecoratorSets thedb.statementspan tag.classDatabaseTypeSpanDecoratorSets thedb.typespan tag, defaults tosql.classDatabaseUserSpanDecoratorSets thedb.userspan tag.classErrorMessageSpanDecoratorSets themessagespan log.classErrorSpanDecoratorSets theerrorspan tag as well as theerror.kindanderror.objectspan logs.classErrorStackSpanDecoratorSets thestackspan log.classPeerAddressSpanDecoratorSets thepeer.addressspan tag.classPeerSpanDecoratorSets the following span tags:peer.hostnamepeer.portpeer.ipv4peer.ipv6classServiceLoaderSpanDecoratorclassStandardSpanDecoratorclassStaticSpanDecoratorSets arbitrary, static span tags.Methods in org.zalando.opentracing.jdbc.span that return SpanDecorator Modifier and Type Method Description static SpanDecoratorSpanDecorator. composite(Iterable<SpanDecorator> decorators)static SpanDecoratorSpanDecorator. composite(SpanDecorator decorator, SpanDecorator... decorators)Methods in org.zalando.opentracing.jdbc.span with parameters of type SpanDecorator Modifier and Type Method Description static SpanDecoratorSpanDecorator. composite(SpanDecorator decorator, SpanDecorator... decorators)Method parameters in org.zalando.opentracing.jdbc.span with type arguments of type SpanDecorator Modifier and Type Method Description static SpanDecoratorSpanDecorator. composite(Iterable<SpanDecorator> decorators)
-