| Package | Description |
|---|---|
| io.smallrye.opentracing.contrib.jaxrs2.server |
| Modifier and Type | Class and Description |
|---|---|
static class |
OperationNameProvider.ClassNameOperationName
Default Microprofile operation name
|
static class |
OperationNameProvider.HTTPMethodOperationName
Returns HTTP method as operation name
|
static class |
OperationNameProvider.WildcardOperationName
As operation name provides "wildcard" HTTP path e.g:
resource method annotated with @Path("/foo/bar/{name: \\w+}") produces "/foo/bar/{name: \\w+}"
|
| Modifier and Type | Method and Description |
|---|---|
OperationNameProvider |
OperationNameProvider.Builder.build(Class<?> clazz,
Method method) |
| 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.