| Package | Description |
|---|---|
| brave |
| Modifier and Type | Method | Description |
|---|---|---|
abstract ScopedSpan |
ScopedSpan.annotate(String value) |
Associates an event that explains latency with the current system time.
|
abstract ScopedSpan |
ScopedSpan.error(Throwable throwable) |
Adds tags depending on the configured
error parser |
ScopedSpan |
Tracer.startScopedSpan(String name) |
Returns a new child span if there's a
Tracer.currentSpan() or a new trace if there isn't. |
ScopedSpan |
Tracer.startScopedSpanWithParent(String name,
TraceContext parent) |
Same as
Tracer.startScopedSpan(String), except ignores the current trace context. |
abstract ScopedSpan |
ScopedSpan.tag(String key,
String value) |
Tags give your span context for search, viewing and analysis.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
ErrorParser.error(Throwable error,
ScopedSpan scopedSpan) |
Used to parse errors on a subtype of ScopedSpan
|
Copyright © 2018 OpenZipkin. All rights reserved.