Class Span
- java.lang.Object
-
- io.opentelemetry.proto.trace.v1.internal.Span
-
public final class Span extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Span.Event
static class
Span.Link
static class
Span.SpanKind
-
Field Summary
Fields Modifier and Type Field Description static ProtoFieldInfo
ATTRIBUTES
static ProtoFieldInfo
DROPPED_ATTRIBUTES_COUNT
static ProtoFieldInfo
DROPPED_EVENTS_COUNT
static ProtoFieldInfo
DROPPED_LINKS_COUNT
static ProtoFieldInfo
END_TIME_UNIX_NANO
static ProtoFieldInfo
EVENTS
static ProtoFieldInfo
FLAGS
static ProtoFieldInfo
KIND
static ProtoFieldInfo
LINKS
static ProtoFieldInfo
NAME
static ProtoFieldInfo
PARENT_SPAN_ID
static ProtoFieldInfo
SPAN_ID
static ProtoFieldInfo
START_TIME_UNIX_NANO
static ProtoFieldInfo
STATUS
static ProtoFieldInfo
TRACE_ID
static ProtoFieldInfo
TRACE_STATE
-
Constructor Summary
Constructors Constructor Description Span()
-
-
-
Field Detail
-
TRACE_ID
public static final ProtoFieldInfo TRACE_ID
-
SPAN_ID
public static final ProtoFieldInfo SPAN_ID
-
TRACE_STATE
public static final ProtoFieldInfo TRACE_STATE
-
PARENT_SPAN_ID
public static final ProtoFieldInfo PARENT_SPAN_ID
-
FLAGS
public static final ProtoFieldInfo FLAGS
-
NAME
public static final ProtoFieldInfo NAME
-
KIND
public static final ProtoFieldInfo KIND
-
START_TIME_UNIX_NANO
public static final ProtoFieldInfo START_TIME_UNIX_NANO
-
END_TIME_UNIX_NANO
public static final ProtoFieldInfo END_TIME_UNIX_NANO
-
ATTRIBUTES
public static final ProtoFieldInfo ATTRIBUTES
-
DROPPED_ATTRIBUTES_COUNT
public static final ProtoFieldInfo DROPPED_ATTRIBUTES_COUNT
-
EVENTS
public static final ProtoFieldInfo EVENTS
-
DROPPED_EVENTS_COUNT
public static final ProtoFieldInfo DROPPED_EVENTS_COUNT
-
LINKS
public static final ProtoFieldInfo LINKS
-
DROPPED_LINKS_COUNT
public static final ProtoFieldInfo DROPPED_LINKS_COUNT
-
STATUS
public static final ProtoFieldInfo STATUS
-
-