| Package | Description |
|---|---|
| io.opentracing.contrib.jaxrs2.server |
| Modifier and Type | Field and Description |
|---|---|
static ServerSpanDecorator |
ServerSpanDecorator.HTTP_WILDCARD_PATH_OPERATION_NAME
As operation name provides "wildcard" HTTP path e.g:
resource method annotated with @Path("/foo/bar/{name: \\w+}") produces "/foo/bar/{name}"
|
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,
boolean isSyncRequest) |
Copyright © 2017. All rights reserved.