SpanCustomizer |
CurrentSpanCustomizer.annotate(String value) |
Associates an event that explains latency with the current system time.
|
SpanCustomizer |
NoopSpanCustomizer.annotate(String value) |
|
SpanCustomizer |
SpanCustomizer.annotate(String value) |
Associates an event that explains latency with the current system time.
|
SpanCustomizer |
Tracer.currentSpanCustomizer() |
Returns a customizer for current span in scope or noop if there isn't one.
|
abstract SpanCustomizer |
Span.customizer() |
Returns a customizer appropriate for the current span.
|
SpanCustomizer |
CurrentSpanCustomizer.name(String name) |
Sets the string name for the logical operation this span represents.
|
SpanCustomizer |
NoopSpanCustomizer.name(String name) |
|
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 |
NoopSpanCustomizer.tag(String key,
String value) |
|
SpanCustomizer |
SpanCustomizer.tag(String key,
String value) |
Tags give your span context for search, viewing and analysis.
|