HistogramDataPoint.Builder |
HistogramDataPoint.Builder.addAllAttributes(Iterable<? extends KeyValue> values) |
The set of key/value pairs that uniquely identify the timeseries from
where this point belongs.
|
HistogramDataPoint.Builder |
HistogramDataPoint.Builder.addAllBucketCounts(Iterable<? extends Long> values) |
bucket_counts is an optional field contains the count values of histogram
for each bucket.
|
HistogramDataPoint.Builder |
HistogramDataPoint.Builder.addAllExemplars(Iterable<? extends Exemplar> values) |
(Optional) List of exemplars collected from
measurements that were used to form the data point
|
HistogramDataPoint.Builder |
HistogramDataPoint.Builder.addAllExplicitBounds(Iterable<? extends Double> values) |
explicit_bounds specifies buckets with explicitly defined bounds for values.
|
HistogramDataPoint.Builder |
HistogramDataPoint.Builder.addAttributes(int index,
KeyValue value) |
The set of key/value pairs that uniquely identify the timeseries from
where this point belongs.
|
HistogramDataPoint.Builder |
HistogramDataPoint.Builder.addAttributes(int index,
KeyValue.Builder builderForValue) |
The set of key/value pairs that uniquely identify the timeseries from
where this point belongs.
|
HistogramDataPoint.Builder |
HistogramDataPoint.Builder.addAttributes(KeyValue value) |
The set of key/value pairs that uniquely identify the timeseries from
where this point belongs.
|
HistogramDataPoint.Builder |
HistogramDataPoint.Builder.addAttributes(KeyValue.Builder builderForValue) |
The set of key/value pairs that uniquely identify the timeseries from
where this point belongs.
|
HistogramDataPoint.Builder |
HistogramDataPoint.Builder.addBucketCounts(long value) |
bucket_counts is an optional field contains the count values of histogram
for each bucket.
|
HistogramDataPoint.Builder |
Histogram.Builder.addDataPointsBuilder() |
repeated .opentelemetry.proto.metrics.v1.HistogramDataPoint data_points = 1;
|
HistogramDataPoint.Builder |
Histogram.Builder.addDataPointsBuilder(int index) |
repeated .opentelemetry.proto.metrics.v1.HistogramDataPoint data_points = 1;
|
HistogramDataPoint.Builder |
HistogramDataPoint.Builder.addExemplars(int index,
Exemplar value) |
(Optional) List of exemplars collected from
measurements that were used to form the data point
|
HistogramDataPoint.Builder |
HistogramDataPoint.Builder.addExemplars(int index,
Exemplar.Builder builderForValue) |
(Optional) List of exemplars collected from
measurements that were used to form the data point
|
HistogramDataPoint.Builder |
HistogramDataPoint.Builder.addExemplars(Exemplar value) |
(Optional) List of exemplars collected from
measurements that were used to form the data point
|
HistogramDataPoint.Builder |
HistogramDataPoint.Builder.addExemplars(Exemplar.Builder builderForValue) |
(Optional) List of exemplars collected from
measurements that were used to form the data point
|
HistogramDataPoint.Builder |
HistogramDataPoint.Builder.addExplicitBounds(double value) |
explicit_bounds specifies buckets with explicitly defined bounds for values.
|
HistogramDataPoint.Builder |
HistogramDataPoint.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
HistogramDataPoint.Builder |
HistogramDataPoint.Builder.clear() |
|
HistogramDataPoint.Builder |
HistogramDataPoint.Builder.clearAttributes() |
The set of key/value pairs that uniquely identify the timeseries from
where this point belongs.
|
HistogramDataPoint.Builder |
HistogramDataPoint.Builder.clearBucketCounts() |
bucket_counts is an optional field contains the count values of histogram
for each bucket.
|
HistogramDataPoint.Builder |
HistogramDataPoint.Builder.clearCount() |
count is the number of values in the population.
|
HistogramDataPoint.Builder |
HistogramDataPoint.Builder.clearExemplars() |
(Optional) List of exemplars collected from
measurements that were used to form the data point
|
HistogramDataPoint.Builder |
HistogramDataPoint.Builder.clearExplicitBounds() |
explicit_bounds specifies buckets with explicitly defined bounds for values.
|
HistogramDataPoint.Builder |
HistogramDataPoint.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
HistogramDataPoint.Builder |
HistogramDataPoint.Builder.clearFlags() |
Flags that apply to this specific data point.
|
HistogramDataPoint.Builder |
HistogramDataPoint.Builder.clearMax() |
max is the maximum value over (start_time, end_time].
|
HistogramDataPoint.Builder |
HistogramDataPoint.Builder.clearMin() |
min is the minimum value over (start_time, end_time].
|
HistogramDataPoint.Builder |
HistogramDataPoint.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
HistogramDataPoint.Builder |
HistogramDataPoint.Builder.clearStartTimeUnixNano() |
StartTimeUnixNano is optional but strongly encouraged, see the
the detailed comments above Metric.
|
HistogramDataPoint.Builder |
HistogramDataPoint.Builder.clearSum() |
sum of the values in the population.
|
HistogramDataPoint.Builder |
HistogramDataPoint.Builder.clearTimeUnixNano() |
TimeUnixNano is required, see the detailed comments above Metric.
|
HistogramDataPoint.Builder |
HistogramDataPoint.Builder.clone() |
|
HistogramDataPoint.Builder |
Histogram.Builder.getDataPointsBuilder(int index) |
repeated .opentelemetry.proto.metrics.v1.HistogramDataPoint data_points = 1;
|
HistogramDataPoint.Builder |
HistogramDataPoint.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
HistogramDataPoint.Builder |
HistogramDataPoint.Builder.mergeFrom(com.google.protobuf.Message other) |
|
HistogramDataPoint.Builder |
HistogramDataPoint.Builder.mergeFrom(HistogramDataPoint other) |
|
HistogramDataPoint.Builder |
HistogramDataPoint.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static HistogramDataPoint.Builder |
HistogramDataPoint.newBuilder() |
|
static HistogramDataPoint.Builder |
HistogramDataPoint.newBuilder(HistogramDataPoint prototype) |
|
HistogramDataPoint.Builder |
HistogramDataPoint.newBuilderForType() |
|
protected HistogramDataPoint.Builder |
HistogramDataPoint.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
HistogramDataPoint.Builder |
HistogramDataPoint.Builder.removeAttributes(int index) |
The set of key/value pairs that uniquely identify the timeseries from
where this point belongs.
|
HistogramDataPoint.Builder |
HistogramDataPoint.Builder.removeExemplars(int index) |
(Optional) List of exemplars collected from
measurements that were used to form the data point
|
HistogramDataPoint.Builder |
HistogramDataPoint.Builder.setAttributes(int index,
KeyValue value) |
The set of key/value pairs that uniquely identify the timeseries from
where this point belongs.
|
HistogramDataPoint.Builder |
HistogramDataPoint.Builder.setAttributes(int index,
KeyValue.Builder builderForValue) |
The set of key/value pairs that uniquely identify the timeseries from
where this point belongs.
|
HistogramDataPoint.Builder |
HistogramDataPoint.Builder.setBucketCounts(int index,
long value) |
bucket_counts is an optional field contains the count values of histogram
for each bucket.
|
HistogramDataPoint.Builder |
HistogramDataPoint.Builder.setCount(long value) |
count is the number of values in the population.
|
HistogramDataPoint.Builder |
HistogramDataPoint.Builder.setExemplars(int index,
Exemplar value) |
(Optional) List of exemplars collected from
measurements that were used to form the data point
|
HistogramDataPoint.Builder |
HistogramDataPoint.Builder.setExemplars(int index,
Exemplar.Builder builderForValue) |
(Optional) List of exemplars collected from
measurements that were used to form the data point
|
HistogramDataPoint.Builder |
HistogramDataPoint.Builder.setExplicitBounds(int index,
double value) |
explicit_bounds specifies buckets with explicitly defined bounds for values.
|
HistogramDataPoint.Builder |
HistogramDataPoint.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
HistogramDataPoint.Builder |
HistogramDataPoint.Builder.setFlags(int value) |
Flags that apply to this specific data point.
|
HistogramDataPoint.Builder |
HistogramDataPoint.Builder.setMax(double value) |
max is the maximum value over (start_time, end_time].
|
HistogramDataPoint.Builder |
HistogramDataPoint.Builder.setMin(double value) |
min is the minimum value over (start_time, end_time].
|
HistogramDataPoint.Builder |
HistogramDataPoint.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
HistogramDataPoint.Builder |
HistogramDataPoint.Builder.setStartTimeUnixNano(long value) |
StartTimeUnixNano is optional but strongly encouraged, see the
the detailed comments above Metric.
|
HistogramDataPoint.Builder |
HistogramDataPoint.Builder.setSum(double value) |
sum of the values in the population.
|
HistogramDataPoint.Builder |
HistogramDataPoint.Builder.setTimeUnixNano(long value) |
TimeUnixNano is required, see the detailed comments above Metric.
|
HistogramDataPoint.Builder |
HistogramDataPoint.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
HistogramDataPoint.Builder |
HistogramDataPoint.toBuilder() |
|