| Package | Description |
|---|---|
| io.helidon.tracing |
Distributed tracing support for Helidon.
|
| io.helidon.tracing.zipkin |
Brave based Open Tracing implementation for an integration with Zipkin.
|
| Modifier and Type | Method and Description |
|---|---|
static Tag<Boolean> |
Tag.create(String key,
boolean value)
Create a boolean tag.
|
static Tag<Number> |
Tag.create(String key,
Number value)
Create a numeric tag.
|
static Tag<String> |
Tag.create(String key,
String value)
Create a string tag.
|
| Constructor and Description |
|---|
ZipkinTracer(brave.opentracing.BraveTracer tracer,
List<Tag<?>> tags)
Create a zipkin tracer from the delegate (BraveTracer) and
tags to be used by default for all traces.
|
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.