IntHistogramDataPoint.Builder |
IntHistogramDataPoint.Builder.addAllBucketCounts(Iterable<? extends Long> values) |
bucket_counts is an optional field contains the count values of histogram
for each bucket.
|
IntHistogramDataPoint.Builder |
IntHistogramDataPoint.Builder.addAllExemplars(Iterable<? extends IntExemplar> values) |
(Optional) List of exemplars collected from
measurements that were used to form the data point
|
IntHistogramDataPoint.Builder |
IntHistogramDataPoint.Builder.addAllExplicitBounds(Iterable<? extends Double> values) |
explicit_bounds specifies buckets with explicitly defined bounds for values.
|
IntHistogramDataPoint.Builder |
IntHistogramDataPoint.Builder.addAllLabels(Iterable<? extends StringKeyValue> values) |
The set of labels that uniquely identify this timeseries.
|
IntHistogramDataPoint.Builder |
IntHistogramDataPoint.Builder.addBucketCounts(long value) |
bucket_counts is an optional field contains the count values of histogram
for each bucket.
|
IntHistogramDataPoint.Builder |
IntHistogram.Builder.addDataPointsBuilder() |
repeated .opentelemetry.proto.metrics.v1.IntHistogramDataPoint data_points = 1;
|
IntHistogramDataPoint.Builder |
IntHistogram.Builder.addDataPointsBuilder(int index) |
repeated .opentelemetry.proto.metrics.v1.IntHistogramDataPoint data_points = 1;
|
IntHistogramDataPoint.Builder |
IntHistogramDataPoint.Builder.addExemplars(int index,
IntExemplar value) |
(Optional) List of exemplars collected from
measurements that were used to form the data point
|
IntHistogramDataPoint.Builder |
IntHistogramDataPoint.Builder.addExemplars(int index,
IntExemplar.Builder builderForValue) |
(Optional) List of exemplars collected from
measurements that were used to form the data point
|
IntHistogramDataPoint.Builder |
IntHistogramDataPoint.Builder.addExemplars(IntExemplar value) |
(Optional) List of exemplars collected from
measurements that were used to form the data point
|
IntHistogramDataPoint.Builder |
IntHistogramDataPoint.Builder.addExemplars(IntExemplar.Builder builderForValue) |
(Optional) List of exemplars collected from
measurements that were used to form the data point
|
IntHistogramDataPoint.Builder |
IntHistogramDataPoint.Builder.addExplicitBounds(double value) |
explicit_bounds specifies buckets with explicitly defined bounds for values.
|
IntHistogramDataPoint.Builder |
IntHistogramDataPoint.Builder.addLabels(int index,
StringKeyValue value) |
The set of labels that uniquely identify this timeseries.
|
IntHistogramDataPoint.Builder |
IntHistogramDataPoint.Builder.addLabels(int index,
StringKeyValue.Builder builderForValue) |
The set of labels that uniquely identify this timeseries.
|
IntHistogramDataPoint.Builder |
IntHistogramDataPoint.Builder.addLabels(StringKeyValue value) |
The set of labels that uniquely identify this timeseries.
|
IntHistogramDataPoint.Builder |
IntHistogramDataPoint.Builder.addLabels(StringKeyValue.Builder builderForValue) |
The set of labels that uniquely identify this timeseries.
|
IntHistogramDataPoint.Builder |
IntHistogramDataPoint.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
IntHistogramDataPoint.Builder |
IntHistogramDataPoint.Builder.clear() |
|
IntHistogramDataPoint.Builder |
IntHistogramDataPoint.Builder.clearBucketCounts() |
bucket_counts is an optional field contains the count values of histogram
for each bucket.
|
IntHistogramDataPoint.Builder |
IntHistogramDataPoint.Builder.clearCount() |
count is the number of values in the population.
|
IntHistogramDataPoint.Builder |
IntHistogramDataPoint.Builder.clearExemplars() |
(Optional) List of exemplars collected from
measurements that were used to form the data point
|
IntHistogramDataPoint.Builder |
IntHistogramDataPoint.Builder.clearExplicitBounds() |
explicit_bounds specifies buckets with explicitly defined bounds for values.
|
IntHistogramDataPoint.Builder |
IntHistogramDataPoint.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
IntHistogramDataPoint.Builder |
IntHistogramDataPoint.Builder.clearLabels() |
The set of labels that uniquely identify this timeseries.
|
IntHistogramDataPoint.Builder |
IntHistogramDataPoint.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
IntHistogramDataPoint.Builder |
IntHistogramDataPoint.Builder.clearStartTimeUnixNano() |
StartTimeUnixNano is optional but strongly encouraged, see the
the detailed comments above Metric.
|
IntHistogramDataPoint.Builder |
IntHistogramDataPoint.Builder.clearSum() |
sum of the values in the population.
|
IntHistogramDataPoint.Builder |
IntHistogramDataPoint.Builder.clearTimeUnixNano() |
TimeUnixNano is required, see the detailed comments above Metric.
|
IntHistogramDataPoint.Builder |
IntHistogramDataPoint.Builder.clone() |
|
IntHistogramDataPoint.Builder |
IntHistogram.Builder.getDataPointsBuilder(int index) |
repeated .opentelemetry.proto.metrics.v1.IntHistogramDataPoint data_points = 1;
|
IntHistogramDataPoint.Builder |
IntHistogramDataPoint.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
IntHistogramDataPoint.Builder |
IntHistogramDataPoint.Builder.mergeFrom(com.google.protobuf.Message other) |
|
IntHistogramDataPoint.Builder |
IntHistogramDataPoint.Builder.mergeFrom(IntHistogramDataPoint other) |
|
IntHistogramDataPoint.Builder |
IntHistogramDataPoint.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static IntHistogramDataPoint.Builder |
IntHistogramDataPoint.newBuilder() |
Deprecated.
|
static IntHistogramDataPoint.Builder |
IntHistogramDataPoint.newBuilder(IntHistogramDataPoint prototype) |
Deprecated.
|
IntHistogramDataPoint.Builder |
IntHistogramDataPoint.newBuilderForType() |
Deprecated.
|
protected IntHistogramDataPoint.Builder |
IntHistogramDataPoint.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Deprecated.
|
IntHistogramDataPoint.Builder |
IntHistogramDataPoint.Builder.removeExemplars(int index) |
(Optional) List of exemplars collected from
measurements that were used to form the data point
|
IntHistogramDataPoint.Builder |
IntHistogramDataPoint.Builder.removeLabels(int index) |
The set of labels that uniquely identify this timeseries.
|
IntHistogramDataPoint.Builder |
IntHistogramDataPoint.Builder.setBucketCounts(int index,
long value) |
bucket_counts is an optional field contains the count values of histogram
for each bucket.
|
IntHistogramDataPoint.Builder |
IntHistogramDataPoint.Builder.setCount(long value) |
count is the number of values in the population.
|
IntHistogramDataPoint.Builder |
IntHistogramDataPoint.Builder.setExemplars(int index,
IntExemplar value) |
(Optional) List of exemplars collected from
measurements that were used to form the data point
|
IntHistogramDataPoint.Builder |
IntHistogramDataPoint.Builder.setExemplars(int index,
IntExemplar.Builder builderForValue) |
(Optional) List of exemplars collected from
measurements that were used to form the data point
|
IntHistogramDataPoint.Builder |
IntHistogramDataPoint.Builder.setExplicitBounds(int index,
double value) |
explicit_bounds specifies buckets with explicitly defined bounds for values.
|
IntHistogramDataPoint.Builder |
IntHistogramDataPoint.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
IntHistogramDataPoint.Builder |
IntHistogramDataPoint.Builder.setLabels(int index,
StringKeyValue value) |
The set of labels that uniquely identify this timeseries.
|
IntHistogramDataPoint.Builder |
IntHistogramDataPoint.Builder.setLabels(int index,
StringKeyValue.Builder builderForValue) |
The set of labels that uniquely identify this timeseries.
|
IntHistogramDataPoint.Builder |
IntHistogramDataPoint.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
IntHistogramDataPoint.Builder |
IntHistogramDataPoint.Builder.setStartTimeUnixNano(long value) |
StartTimeUnixNano is optional but strongly encouraged, see the
the detailed comments above Metric.
|
IntHistogramDataPoint.Builder |
IntHistogramDataPoint.Builder.setSum(long value) |
sum of the values in the population.
|
IntHistogramDataPoint.Builder |
IntHistogramDataPoint.Builder.setTimeUnixNano(long value) |
TimeUnixNano is required, see the detailed comments above Metric.
|
IntHistogramDataPoint.Builder |
IntHistogramDataPoint.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
IntHistogramDataPoint.Builder |
IntHistogramDataPoint.toBuilder() |
Deprecated.
|