| Package | Description |
|---|---|
| io.helidon.tracing |
Distributed tracing support for Helidon.
|
| io.helidon.tracing.spi |
SPI classes to support integration of distributed tracers.
|
| io.helidon.tracing.zipkin |
Brave based Open Tracing implementation for an integration with Zipkin.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TracerBuilder<T extends TracerBuilder>
A builder for tracing
tracer. |
| Modifier and Type | Method and Description |
|---|---|
static TracerBuilder<?> |
TracerBuilder.create(Config config)
Create a new builder from configuration.
|
static TracerBuilder<?> |
TracerBuilder.create(String serviceName)
Create a new builder for the service name.
|
| Modifier and Type | Method and Description |
|---|---|
TracerBuilder<?> |
TracerProvider.createBuilder()
Create a new builder for this tracer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ZipkinTracerBuilder
The ZipkinTracerBuilder is a convenience builder for
Tracer to use with Zipkin. |
| Modifier and Type | Method and Description |
|---|---|
TracerBuilder<?> |
ZipkinTracerProvider.createBuilder() |
Copyright © 2018–2019 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.