Class SummaryDataPoint
- java.lang.Object
-
- io.opentelemetry.proto.metrics.v1.internal.SummaryDataPoint
-
public final class SummaryDataPoint extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSummaryDataPoint.ValueAtQuantile
-
Field Summary
Fields Modifier and Type Field Description static ProtoFieldInfoATTRIBUTESstatic ProtoFieldInfoCOUNTstatic ProtoFieldInfoFLAGSstatic ProtoFieldInfoQUANTILE_VALUESstatic ProtoFieldInfoSTART_TIME_UNIX_NANOstatic ProtoFieldInfoSUMstatic ProtoFieldInfoTIME_UNIX_NANO
-
Constructor Summary
Constructors Constructor Description SummaryDataPoint()
-
-
-
Field Detail
-
ATTRIBUTES
public static final ProtoFieldInfo ATTRIBUTES
-
START_TIME_UNIX_NANO
public static final ProtoFieldInfo START_TIME_UNIX_NANO
-
TIME_UNIX_NANO
public static final ProtoFieldInfo TIME_UNIX_NANO
-
COUNT
public static final ProtoFieldInfo COUNT
-
SUM
public static final ProtoFieldInfo SUM
-
QUANTILE_VALUES
public static final ProtoFieldInfo QUANTILE_VALUES
-
FLAGS
public static final ProtoFieldInfo FLAGS
-
-