ExponentialHistogramDataPoint.Builder |
ExponentialHistogramDataPoint.Builder.addAllAttributes(Iterable<? extends KeyValue> values) |
The set of key/value pairs that uniquely identify the timeseries from
where this point belongs.
|
ExponentialHistogramDataPoint.Builder |
ExponentialHistogramDataPoint.Builder.addAllExemplars(Iterable<? extends Exemplar> values) |
(Optional) List of exemplars collected from
measurements that were used to form the data point
|
ExponentialHistogramDataPoint.Builder |
ExponentialHistogramDataPoint.Builder.addAttributes(int index,
KeyValue value) |
The set of key/value pairs that uniquely identify the timeseries from
where this point belongs.
|
ExponentialHistogramDataPoint.Builder |
ExponentialHistogramDataPoint.Builder.addAttributes(int index,
KeyValue.Builder builderForValue) |
The set of key/value pairs that uniquely identify the timeseries from
where this point belongs.
|
ExponentialHistogramDataPoint.Builder |
ExponentialHistogramDataPoint.Builder.addAttributes(KeyValue value) |
The set of key/value pairs that uniquely identify the timeseries from
where this point belongs.
|
ExponentialHistogramDataPoint.Builder |
ExponentialHistogramDataPoint.Builder.addAttributes(KeyValue.Builder builderForValue) |
The set of key/value pairs that uniquely identify the timeseries from
where this point belongs.
|
ExponentialHistogramDataPoint.Builder |
ExponentialHistogram.Builder.addDataPointsBuilder() |
repeated .opentelemetry.proto.metrics.v1.ExponentialHistogramDataPoint data_points = 1;
|
ExponentialHistogramDataPoint.Builder |
ExponentialHistogram.Builder.addDataPointsBuilder(int index) |
repeated .opentelemetry.proto.metrics.v1.ExponentialHistogramDataPoint data_points = 1;
|
ExponentialHistogramDataPoint.Builder |
ExponentialHistogramDataPoint.Builder.addExemplars(int index,
Exemplar value) |
(Optional) List of exemplars collected from
measurements that were used to form the data point
|
ExponentialHistogramDataPoint.Builder |
ExponentialHistogramDataPoint.Builder.addExemplars(int index,
Exemplar.Builder builderForValue) |
(Optional) List of exemplars collected from
measurements that were used to form the data point
|
ExponentialHistogramDataPoint.Builder |
ExponentialHistogramDataPoint.Builder.addExemplars(Exemplar value) |
(Optional) List of exemplars collected from
measurements that were used to form the data point
|
ExponentialHistogramDataPoint.Builder |
ExponentialHistogramDataPoint.Builder.addExemplars(Exemplar.Builder builderForValue) |
(Optional) List of exemplars collected from
measurements that were used to form the data point
|
ExponentialHistogramDataPoint.Builder |
ExponentialHistogramDataPoint.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ExponentialHistogramDataPoint.Builder |
ExponentialHistogramDataPoint.Builder.clear() |
|
ExponentialHistogramDataPoint.Builder |
ExponentialHistogramDataPoint.Builder.clearAttributes() |
The set of key/value pairs that uniquely identify the timeseries from
where this point belongs.
|
ExponentialHistogramDataPoint.Builder |
ExponentialHistogramDataPoint.Builder.clearCount() |
count is the number of values in the population.
|
ExponentialHistogramDataPoint.Builder |
ExponentialHistogramDataPoint.Builder.clearExemplars() |
(Optional) List of exemplars collected from
measurements that were used to form the data point
|
ExponentialHistogramDataPoint.Builder |
ExponentialHistogramDataPoint.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
ExponentialHistogramDataPoint.Builder |
ExponentialHistogramDataPoint.Builder.clearFlags() |
Flags that apply to this specific data point.
|
ExponentialHistogramDataPoint.Builder |
ExponentialHistogramDataPoint.Builder.clearMax() |
max is the maximum value over (start_time, end_time].
|
ExponentialHistogramDataPoint.Builder |
ExponentialHistogramDataPoint.Builder.clearMin() |
min is the minimum value over (start_time, end_time].
|
ExponentialHistogramDataPoint.Builder |
ExponentialHistogramDataPoint.Builder.clearNegative() |
negative carries the negative range of exponential bucket counts.
|
ExponentialHistogramDataPoint.Builder |
ExponentialHistogramDataPoint.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
ExponentialHistogramDataPoint.Builder |
ExponentialHistogramDataPoint.Builder.clearPositive() |
positive carries the positive range of exponential bucket counts.
|
ExponentialHistogramDataPoint.Builder |
ExponentialHistogramDataPoint.Builder.clearScale() |
scale describes the resolution of the histogram.
|
ExponentialHistogramDataPoint.Builder |
ExponentialHistogramDataPoint.Builder.clearStartTimeUnixNano() |
StartTimeUnixNano is optional but strongly encouraged, see the
the detailed comments above Metric.
|
ExponentialHistogramDataPoint.Builder |
ExponentialHistogramDataPoint.Builder.clearSum() |
sum of the values in the population.
|
ExponentialHistogramDataPoint.Builder |
ExponentialHistogramDataPoint.Builder.clearTimeUnixNano() |
TimeUnixNano is required, see the detailed comments above Metric.
|
ExponentialHistogramDataPoint.Builder |
ExponentialHistogramDataPoint.Builder.clearZeroCount() |
zero_count is the count of values that are either exactly zero or
within the region considered zero by the instrumentation at the
tolerated degree of precision.
|
ExponentialHistogramDataPoint.Builder |
ExponentialHistogramDataPoint.Builder.clone() |
|
ExponentialHistogramDataPoint.Builder |
ExponentialHistogram.Builder.getDataPointsBuilder(int index) |
repeated .opentelemetry.proto.metrics.v1.ExponentialHistogramDataPoint data_points = 1;
|
ExponentialHistogramDataPoint.Builder |
ExponentialHistogramDataPoint.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
ExponentialHistogramDataPoint.Builder |
ExponentialHistogramDataPoint.Builder.mergeFrom(com.google.protobuf.Message other) |
|
ExponentialHistogramDataPoint.Builder |
ExponentialHistogramDataPoint.Builder.mergeFrom(ExponentialHistogramDataPoint other) |
|
ExponentialHistogramDataPoint.Builder |
ExponentialHistogramDataPoint.Builder.mergeNegative(ExponentialHistogramDataPoint.Buckets value) |
negative carries the negative range of exponential bucket counts.
|
ExponentialHistogramDataPoint.Builder |
ExponentialHistogramDataPoint.Builder.mergePositive(ExponentialHistogramDataPoint.Buckets value) |
positive carries the positive range of exponential bucket counts.
|
ExponentialHistogramDataPoint.Builder |
ExponentialHistogramDataPoint.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static ExponentialHistogramDataPoint.Builder |
ExponentialHistogramDataPoint.newBuilder() |
|
static ExponentialHistogramDataPoint.Builder |
ExponentialHistogramDataPoint.newBuilder(ExponentialHistogramDataPoint prototype) |
|
ExponentialHistogramDataPoint.Builder |
ExponentialHistogramDataPoint.newBuilderForType() |
|
protected ExponentialHistogramDataPoint.Builder |
ExponentialHistogramDataPoint.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
ExponentialHistogramDataPoint.Builder |
ExponentialHistogramDataPoint.Builder.removeAttributes(int index) |
The set of key/value pairs that uniquely identify the timeseries from
where this point belongs.
|
ExponentialHistogramDataPoint.Builder |
ExponentialHistogramDataPoint.Builder.removeExemplars(int index) |
(Optional) List of exemplars collected from
measurements that were used to form the data point
|
ExponentialHistogramDataPoint.Builder |
ExponentialHistogramDataPoint.Builder.setAttributes(int index,
KeyValue value) |
The set of key/value pairs that uniquely identify the timeseries from
where this point belongs.
|
ExponentialHistogramDataPoint.Builder |
ExponentialHistogramDataPoint.Builder.setAttributes(int index,
KeyValue.Builder builderForValue) |
The set of key/value pairs that uniquely identify the timeseries from
where this point belongs.
|
ExponentialHistogramDataPoint.Builder |
ExponentialHistogramDataPoint.Builder.setCount(long value) |
count is the number of values in the population.
|
ExponentialHistogramDataPoint.Builder |
ExponentialHistogramDataPoint.Builder.setExemplars(int index,
Exemplar value) |
(Optional) List of exemplars collected from
measurements that were used to form the data point
|
ExponentialHistogramDataPoint.Builder |
ExponentialHistogramDataPoint.Builder.setExemplars(int index,
Exemplar.Builder builderForValue) |
(Optional) List of exemplars collected from
measurements that were used to form the data point
|
ExponentialHistogramDataPoint.Builder |
ExponentialHistogramDataPoint.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ExponentialHistogramDataPoint.Builder |
ExponentialHistogramDataPoint.Builder.setFlags(int value) |
Flags that apply to this specific data point.
|
ExponentialHistogramDataPoint.Builder |
ExponentialHistogramDataPoint.Builder.setMax(double value) |
max is the maximum value over (start_time, end_time].
|
ExponentialHistogramDataPoint.Builder |
ExponentialHistogramDataPoint.Builder.setMin(double value) |
min is the minimum value over (start_time, end_time].
|
ExponentialHistogramDataPoint.Builder |
ExponentialHistogramDataPoint.Builder.setNegative(ExponentialHistogramDataPoint.Buckets value) |
negative carries the negative range of exponential bucket counts.
|
ExponentialHistogramDataPoint.Builder |
ExponentialHistogramDataPoint.Builder.setNegative(ExponentialHistogramDataPoint.Buckets.Builder builderForValue) |
negative carries the negative range of exponential bucket counts.
|
ExponentialHistogramDataPoint.Builder |
ExponentialHistogramDataPoint.Builder.setPositive(ExponentialHistogramDataPoint.Buckets value) |
positive carries the positive range of exponential bucket counts.
|
ExponentialHistogramDataPoint.Builder |
ExponentialHistogramDataPoint.Builder.setPositive(ExponentialHistogramDataPoint.Buckets.Builder builderForValue) |
positive carries the positive range of exponential bucket counts.
|
ExponentialHistogramDataPoint.Builder |
ExponentialHistogramDataPoint.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
ExponentialHistogramDataPoint.Builder |
ExponentialHistogramDataPoint.Builder.setScale(int value) |
scale describes the resolution of the histogram.
|
ExponentialHistogramDataPoint.Builder |
ExponentialHistogramDataPoint.Builder.setStartTimeUnixNano(long value) |
StartTimeUnixNano is optional but strongly encouraged, see the
the detailed comments above Metric.
|
ExponentialHistogramDataPoint.Builder |
ExponentialHistogramDataPoint.Builder.setSum(double value) |
sum of the values in the population.
|
ExponentialHistogramDataPoint.Builder |
ExponentialHistogramDataPoint.Builder.setTimeUnixNano(long value) |
TimeUnixNano is required, see the detailed comments above Metric.
|
ExponentialHistogramDataPoint.Builder |
ExponentialHistogramDataPoint.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
ExponentialHistogramDataPoint.Builder |
ExponentialHistogramDataPoint.Builder.setZeroCount(long value) |
zero_count is the count of values that are either exactly zero or
within the region considered zero by the instrumentation at the
tolerated degree of precision.
|
ExponentialHistogramDataPoint.Builder |
ExponentialHistogramDataPoint.toBuilder() |
|