| Package | Description |
|---|---|
| io.honeycomb.beeline.tracing | |
| io.honeycomb.beeline.tracing.context |
| Modifier and Type | Method | Description |
|---|---|---|
static Tracer |
Tracing.createTracer(SpanBuilderFactory factory,
TracingContext context) |
Factory method to create a new
Tracer instance,
which helps manage tracing instrumentation and reports spans to Honeycomb using the provided client. |
| Constructor | Description |
|---|---|
Tracer(SpanBuilderFactory factory,
TracingContext context) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
ThreadLocalTracingContext |
This
TracingContext uses a non-static ThreadLocal to store the current tracing stack, which will work
under ordinary circumstances to isolate spans associated with a single request from other concurrent requests. |
Copyright © 2019–2020 Honeycomb. All rights reserved.