Class ProfileContainer
- java.lang.Object
-
- io.opentelemetry.proto.profiles.v1experimental.internal.ProfileContainer
-
public final class ProfileContainer extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static ProtoFieldInfo
ATTRIBUTES
static ProtoFieldInfo
DROPPED_ATTRIBUTES_COUNT
static ProtoFieldInfo
END_TIME_UNIX_NANO
static ProtoFieldInfo
ORIGINAL_PAYLOAD
static ProtoFieldInfo
ORIGINAL_PAYLOAD_FORMAT
static ProtoFieldInfo
PROFILE
static ProtoFieldInfo
PROFILE_ID
static ProtoFieldInfo
START_TIME_UNIX_NANO
-
Constructor Summary
Constructors Constructor Description ProfileContainer()
-
-
-
Field Detail
-
PROFILE_ID
public static final ProtoFieldInfo PROFILE_ID
-
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
-
ORIGINAL_PAYLOAD_FORMAT
public static final ProtoFieldInfo ORIGINAL_PAYLOAD_FORMAT
-
ORIGINAL_PAYLOAD
public static final ProtoFieldInfo ORIGINAL_PAYLOAD
-
PROFILE
public static final ProtoFieldInfo PROFILE
-
-