| Package | Description |
|---|---|
| io.smallrye.opentracing.contrib.jaxrs2.client |
| Modifier and Type | Field and Description |
|---|---|
static ClientSpanDecorator |
ClientSpanDecorator.HTTP_PATH_OPERATION_NAME
As operation name provides HTTP path.
|
static ClientSpanDecorator |
ClientSpanDecorator.STANDARD_TAGS
Adds standard tags:
Tags.SPAN_KIND,
Tags.PEER_HOSTNAME, Tags.PEER_PORT,
Tags.HTTP_METHOD, Tags.HTTP_URL and
Tags.HTTP_STATUS |
| Modifier and Type | Method and Description |
|---|---|
ClientTracingFeature.Builder |
ClientTracingFeature.Builder.withDecorators(List<ClientSpanDecorator> spanDecorators)
Set span decorators.
|
| Constructor and Description |
|---|
ClientTracingFilter(io.opentracing.Tracer tracer,
List<ClientSpanDecorator> spanDecorators) |
Copyright © 2018–2022. All rights reserved.