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 class
ExponentialHistogramDataPoint.Buckets
-
Field Summary
Fields Modifier and Type Field Description static ProtoFieldInfo
ATTRIBUTES
static ProtoFieldInfo
COUNT
static ProtoFieldInfo
EXEMPLARS
static ProtoFieldInfo
FLAGS
static ProtoFieldInfo
MAX
static ProtoFieldInfo
MIN
static ProtoFieldInfo
NEGATIVE
static ProtoFieldInfo
POSITIVE
static ProtoFieldInfo
SCALE
static ProtoFieldInfo
START_TIME_UNIX_NANO
static ProtoFieldInfo
SUM
static ProtoFieldInfo
TIME_UNIX_NANO
static ProtoFieldInfo
ZERO_COUNT
static ProtoFieldInfo
ZERO_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
-
-