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 classSpan.Eventstatic classSpan.Linkstatic classSpan.SpanKind
-
Field Summary
Fields Modifier and Type Field Description static ProtoFieldInfoATTRIBUTESstatic ProtoFieldInfoDROPPED_ATTRIBUTES_COUNTstatic ProtoFieldInfoDROPPED_EVENTS_COUNTstatic ProtoFieldInfoDROPPED_LINKS_COUNTstatic ProtoFieldInfoEND_TIME_UNIX_NANOstatic ProtoFieldInfoEVENTSstatic ProtoFieldInfoFLAGSstatic ProtoFieldInfoKINDstatic ProtoFieldInfoLINKSstatic ProtoFieldInfoNAMEstatic ProtoFieldInfoPARENT_SPAN_IDstatic ProtoFieldInfoSPAN_IDstatic ProtoFieldInfoSTART_TIME_UNIX_NANOstatic ProtoFieldInfoSTATUSstatic ProtoFieldInfoTRACE_IDstatic ProtoFieldInfoTRACE_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
-
-