| Package | Description |
|---|---|
| io.smallrye.opentracing.contrib.jaxrs2.server |
| Modifier and Type | Field and Description |
|---|---|
static ServerSpanDecorator |
ServerSpanDecorator.STANDARD_TAGS
Adds standard tags:
Tags.SPAN_KIND,
Tags.HTTP_METHOD, Tags.HTTP_URL and
Tags.HTTP_STATUS |
| Modifier and Type | Method and Description |
|---|---|
ServerTracingDynamicFeature.Builder |
ServerTracingDynamicFeature.Builder.withDecorators(List<ServerSpanDecorator> spanDecorators)
Set span decorators.
|
| Constructor and Description |
|---|
ServerTracingFilter(io.opentracing.Tracer tracer,
String operationName,
List<ServerSpanDecorator> spanDecorators,
OperationNameProvider operationNameProvider,
Pattern skipPattern,
boolean joinExistingActiveSpan) |
Copyright © 2018–2022. All rights reserved.