JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
I
M
R
V
W
C
CurrentSpanUtils
- Class in
io.opentelemetry.extensions.trace
Util methods/functionality to interact with the
Span
in the
Context
.
I
io.opentelemetry.extensions.trace
- package io.opentelemetry.extensions.trace
M
MessageEvent
- Class in
io.opentelemetry.extensions.trace
A class that represents a generic messaging event.
MessageEvent.Type
- Enum in
io.opentelemetry.extensions.trace
Available types for a
MessageEvent
.
R
record(Span, MessageEvent.Type, long, long, long)
- Static method in class io.opentelemetry.extensions.trace.
MessageEvent
Records a
MessageEvent
with the desired values to the given Span.
V
valueOf(String)
- Static method in enum io.opentelemetry.extensions.trace.
MessageEvent.Type
Returns the enum constant of this type with the specified name.
values()
- Static method in enum io.opentelemetry.extensions.trace.
MessageEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
W
withSpan(Span, boolean, Runnable)
- Static method in class io.opentelemetry.extensions.trace.
CurrentSpanUtils
Wraps a
Runnable
so that it executes with the
span
as the current
Span
.
withSpan(Span, boolean, Callable<C>)
- Static method in class io.opentelemetry.extensions.trace.
CurrentSpanUtils
Wraps a
Callable
so that it executes with the
span
as the current
Span
.
C
I
M
R
V
W
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes