Uses of Interface
org.zalando.riptide.opentracing.span.SpanDecorator
Packages that use SpanDecorator
-
Uses of SpanDecorator in org.zalando.riptide.opentracing
Methods in org.zalando.riptide.opentracing with parameters of type SpanDecoratorModifier and TypeMethodDescriptionOpenTracingPlugin.withAdditionalSpanDecorators(SpanDecorator first, SpanDecorator... decorators) OpenTracingPlugin.withSpanDecorators(SpanDecorator decorator, SpanDecorator... decorators) -
Uses of SpanDecorator in org.zalando.riptide.opentracing.span
Classes in org.zalando.riptide.opentracing.span that implement SpanDecoratorModifier and TypeClassDescriptionfinal classfinal classSets thecomponentspan tag, defaults toRiptide.final classfinal classSets themessagespan log.final classSets theerrorspan tag as well as theerror.kindanderror.objectspan logs.final classSets thestackspan log.final classfinal classSets thehttp.methodspan tag.final classSets thehttp.pathspan tag, based onRequestArguments.getUriTemplate().final classfinal classfinal classSets thehttp.status_codespan tag.final classSets thehttp.urlspan tag.final classSets thepeer.hostnameandpeer.portspan tags.final classfinal classfinal classSets arbitrary, static span tags.final classMethods in org.zalando.riptide.opentracing.span that return SpanDecoratorModifier and TypeMethodDescriptionstatic SpanDecoratorCompositeSpanDecorator.composite(Iterable<SpanDecorator> decorators) static SpanDecoratorCompositeSpanDecorator.composite(SpanDecorator decorator, SpanDecorator... decorators) Methods in org.zalando.riptide.opentracing.span with parameters of type SpanDecoratorModifier and TypeMethodDescriptionstatic SpanDecoratorCompositeSpanDecorator.composite(SpanDecorator decorator, SpanDecorator... decorators) Method parameters in org.zalando.riptide.opentracing.span with type arguments of type SpanDecoratorModifier and TypeMethodDescriptionstatic SpanDecoratorCompositeSpanDecorator.composite(Iterable<SpanDecorator> decorators)