| Package | Description |
|---|---|
| brave |
| Modifier and Type | Class | Description |
|---|---|---|
class |
CurrentSpanCustomizer |
Provides a mechanism for end users to be able to customise the current span.
|
class |
Span |
Used to model the latency of an operation.
|
| Modifier and Type | Method | Description |
|---|---|---|
SpanCustomizer |
CurrentSpanCustomizer.annotate(long timestamp,
String value) |
Like
annotate(String), except with a given timestamp in microseconds. |
SpanCustomizer |
CurrentSpanCustomizer.annotate(String value) |
Associates an event that explains latency with the current system time.
|
SpanCustomizer |
SpanCustomizer.annotate(long timestamp,
String value) |
Like
annotate(String), except with a given timestamp in microseconds. |
SpanCustomizer |
SpanCustomizer.annotate(String value) |
Associates an event that explains latency with the current system time.
|
SpanCustomizer |
CurrentSpanCustomizer.name(String name) |
Sets the string name for the logical operation this span represents.
|
SpanCustomizer |
SpanCustomizer.name(String name) |
Sets the string name for the logical operation this span represents.
|
SpanCustomizer |
CurrentSpanCustomizer.tag(String key,
String value) |
Tags give your span context for search, viewing and analysis.
|
SpanCustomizer |
SpanCustomizer.tag(String key,
String value) |
Tags give your span context for search, viewing and analysis.
|
Copyright © 2017 OpenZipkin. All rights reserved.