Class ExponentialHistogramDataPoint
- java.lang.Object
-
- io.opentelemetry.proto.metrics.v1.internal.ExponentialHistogramDataPoint
-
public final class ExponentialHistogramDataPoint extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExponentialHistogramDataPoint.Buckets
-
Field Summary
Fields Modifier and Type Field Description static ProtoFieldInfoATTRIBUTESstatic ProtoFieldInfoCOUNTstatic ProtoFieldInfoEXEMPLARSstatic ProtoFieldInfoFLAGSstatic ProtoFieldInfoMAXstatic ProtoFieldInfoMINstatic ProtoFieldInfoNEGATIVEstatic ProtoFieldInfoPOSITIVEstatic ProtoFieldInfoSCALEstatic ProtoFieldInfoSTART_TIME_UNIX_NANOstatic ProtoFieldInfoSUMstatic ProtoFieldInfoTIME_UNIX_NANOstatic ProtoFieldInfoZERO_COUNTstatic ProtoFieldInfoZERO_THRESHOLD
-
Constructor Summary
Constructors Constructor Description ExponentialHistogramDataPoint()
-
-
-
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
-
SCALE
public static final ProtoFieldInfo SCALE
-
ZERO_COUNT
public static final ProtoFieldInfo ZERO_COUNT
-
POSITIVE
public static final ProtoFieldInfo POSITIVE
-
NEGATIVE
public static final ProtoFieldInfo NEGATIVE
-
FLAGS
public static final ProtoFieldInfo FLAGS
-
EXEMPLARS
public static final ProtoFieldInfo EXEMPLARS
-
MIN
public static final ProtoFieldInfo MIN
-
MAX
public static final ProtoFieldInfo MAX
-
ZERO_THRESHOLD
public static final ProtoFieldInfo ZERO_THRESHOLD
-
-