Class HistogramDataPoint
- java.lang.Object
-
- io.opentelemetry.proto.metrics.v1.internal.HistogramDataPoint
-
public final class HistogramDataPoint extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static ProtoFieldInfo
ATTRIBUTES
static ProtoFieldInfo
BUCKET_COUNTS
static ProtoFieldInfo
COUNT
static ProtoFieldInfo
EXEMPLARS
static ProtoFieldInfo
EXPLICIT_BOUNDS
static ProtoFieldInfo
FLAGS
static ProtoFieldInfo
MAX
static ProtoFieldInfo
MIN
static ProtoFieldInfo
START_TIME_UNIX_NANO
static ProtoFieldInfo
SUM
static ProtoFieldInfo
TIME_UNIX_NANO
-
Constructor Summary
Constructors Constructor Description HistogramDataPoint()
-
-
-
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
-
BUCKET_COUNTS
public static final ProtoFieldInfo BUCKET_COUNTS
-
EXPLICIT_BOUNDS
public static final ProtoFieldInfo EXPLICIT_BOUNDS
-
EXEMPLARS
public static final ProtoFieldInfo EXEMPLARS
-
FLAGS
public static final ProtoFieldInfo FLAGS
-
MIN
public static final ProtoFieldInfo MIN
-
MAX
public static final ProtoFieldInfo MAX
-
-