Uses of Class
io.opentelemetry.proto.metrics.v1.ExponentialHistogramDataPoint.Builder
Packages that use ExponentialHistogramDataPoint.Builder
-
Uses of ExponentialHistogramDataPoint.Builder in io.opentelemetry.proto.metrics.v1
Methods in io.opentelemetry.proto.metrics.v1 that return ExponentialHistogramDataPoint.BuilderModifier and TypeMethodDescriptionExponentialHistogramDataPoint.Builder.addAllAttributes(Iterable<? extends KeyValue> values) The set of key/value pairs that uniquely identify the timeseries from where this point belongs.ExponentialHistogramDataPoint.Builder.addAllExemplars(Iterable<? extends Exemplar> values) (Optional) List of exemplars collected from measurements that were used to form the data pointExponentialHistogramDataPoint.Builder.addAttributes(int index, KeyValue value) The set of key/value pairs that uniquely identify the timeseries from where this point belongs.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.addAttributes(KeyValue value) The set of key/value pairs that uniquely identify the timeseries from where this point belongs.ExponentialHistogramDataPoint.Builder.addAttributes(KeyValue.Builder builderForValue) The set of key/value pairs that uniquely identify the timeseries from where this point belongs.ExponentialHistogram.Builder.addDataPointsBuilder()The time series data points.ExponentialHistogram.Builder.addDataPointsBuilder(int index) The time series data points.ExponentialHistogramDataPoint.Builder.addExemplars(int index, Exemplar value) (Optional) List of exemplars collected from measurements that were used to form the data pointExponentialHistogramDataPoint.Builder.addExemplars(int index, Exemplar.Builder builderForValue) (Optional) List of exemplars collected from measurements that were used to form the data pointExponentialHistogramDataPoint.Builder.addExemplars(Exemplar value) (Optional) List of exemplars collected from measurements that were used to form the data pointExponentialHistogramDataPoint.Builder.addExemplars(Exemplar.Builder builderForValue) (Optional) List of exemplars collected from measurements that were used to form the data pointExponentialHistogramDataPoint.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ExponentialHistogramDataPoint.Builder.clear()ExponentialHistogramDataPoint.Builder.clearAttributes()The set of key/value pairs that uniquely identify the timeseries from where this point belongs.ExponentialHistogramDataPoint.Builder.clearCount()The number of values in the population.ExponentialHistogramDataPoint.Builder.clearExemplars()(Optional) List of exemplars collected from measurements that were used to form the data pointExponentialHistogramDataPoint.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) ExponentialHistogramDataPoint.Builder.clearFlags()Flags that apply to this specific data point.ExponentialHistogramDataPoint.Builder.clearMax()The maximum value over (start_time, end_time].ExponentialHistogramDataPoint.Builder.clearMin()The minimum value over (start_time, end_time].ExponentialHistogramDataPoint.Builder.clearNegative()negative carries the negative range of exponential bucket counts.ExponentialHistogramDataPoint.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) ExponentialHistogramDataPoint.Builder.clearPositive()positive carries the positive range of exponential bucket counts.ExponentialHistogramDataPoint.Builder.clearScale()scale describes the resolution of the histogram.ExponentialHistogramDataPoint.Builder.clearStartTimeUnixNano()StartTimeUnixNano is optional but strongly encouraged, see the the detailed comments above Metric.ExponentialHistogramDataPoint.Builder.clearSum()The sum of the values in the population.ExponentialHistogramDataPoint.Builder.clearTimeUnixNano()TimeUnixNano is required, see the detailed comments above Metric.ExponentialHistogramDataPoint.Builder.clearZeroCount()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.clearZeroThreshold()ZeroThreshold may be optionally set to convey the width of the zero region.ExponentialHistogramDataPoint.Builder.clone()ExponentialHistogram.Builder.getDataPointsBuilder(int index) The time series data points.ExponentialHistogramDataPoint.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ExponentialHistogramDataPoint.Builder.mergeFrom(com.google.protobuf.Message other) ExponentialHistogramDataPoint.Builder.mergeFrom(ExponentialHistogramDataPoint other) ExponentialHistogramDataPoint.Builder.mergeNegative(ExponentialHistogramDataPoint.Buckets value) negative carries the negative range of exponential bucket counts.ExponentialHistogramDataPoint.Builder.mergePositive(ExponentialHistogramDataPoint.Buckets value) positive carries the positive range of exponential bucket counts.ExponentialHistogramDataPoint.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) ExponentialHistogramDataPoint.newBuilder()ExponentialHistogramDataPoint.newBuilder(ExponentialHistogramDataPoint prototype) ExponentialHistogramDataPoint.newBuilderForType()protected ExponentialHistogramDataPoint.BuilderExponentialHistogramDataPoint.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) ExponentialHistogramDataPoint.Builder.removeAttributes(int index) The set of key/value pairs that uniquely identify the timeseries from where this point belongs.ExponentialHistogramDataPoint.Builder.removeExemplars(int index) (Optional) List of exemplars collected from measurements that were used to form the data pointExponentialHistogramDataPoint.Builder.setAttributes(int index, KeyValue value) The set of key/value pairs that uniquely identify the timeseries from where this point belongs.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.setCount(long value) The number of values in the population.ExponentialHistogramDataPoint.Builder.setExemplars(int index, Exemplar value) (Optional) List of exemplars collected from measurements that were used to form the data pointExponentialHistogramDataPoint.Builder.setExemplars(int index, Exemplar.Builder builderForValue) (Optional) List of exemplars collected from measurements that were used to form the data pointExponentialHistogramDataPoint.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ExponentialHistogramDataPoint.Builder.setFlags(int value) Flags that apply to this specific data point.ExponentialHistogramDataPoint.Builder.setMax(double value) The maximum value over (start_time, end_time].ExponentialHistogramDataPoint.Builder.setMin(double value) The minimum value over (start_time, end_time].ExponentialHistogramDataPoint.Builder.setNegative(ExponentialHistogramDataPoint.Buckets value) negative carries the negative range of exponential bucket counts.ExponentialHistogramDataPoint.Builder.setNegative(ExponentialHistogramDataPoint.Buckets.Builder builderForValue) negative carries the negative range of exponential bucket counts.ExponentialHistogramDataPoint.Builder.setPositive(ExponentialHistogramDataPoint.Buckets value) positive carries the positive range of exponential bucket counts.ExponentialHistogramDataPoint.Builder.setPositive(ExponentialHistogramDataPoint.Buckets.Builder builderForValue) positive carries the positive range of exponential bucket counts.ExponentialHistogramDataPoint.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) ExponentialHistogramDataPoint.Builder.setScale(int value) scale describes the resolution of the histogram.ExponentialHistogramDataPoint.Builder.setStartTimeUnixNano(long value) StartTimeUnixNano is optional but strongly encouraged, see the the detailed comments above Metric.ExponentialHistogramDataPoint.Builder.setSum(double value) The sum of the values in the population.ExponentialHistogramDataPoint.Builder.setTimeUnixNano(long value) TimeUnixNano is required, see the detailed comments above Metric.ExponentialHistogramDataPoint.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) ExponentialHistogramDataPoint.Builder.setZeroCount(long value) 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.setZeroThreshold(double value) ZeroThreshold may be optionally set to convey the width of the zero region.ExponentialHistogramDataPoint.toBuilder()Methods in io.opentelemetry.proto.metrics.v1 that return types with arguments of type ExponentialHistogramDataPoint.BuilderModifier and TypeMethodDescriptionExponentialHistogram.Builder.getDataPointsBuilderList()The time series data points.Methods in io.opentelemetry.proto.metrics.v1 with parameters of type ExponentialHistogramDataPoint.BuilderModifier and TypeMethodDescriptionExponentialHistogram.Builder.addDataPoints(int index, ExponentialHistogramDataPoint.Builder builderForValue) The time series data points.ExponentialHistogram.Builder.addDataPoints(ExponentialHistogramDataPoint.Builder builderForValue) The time series data points.ExponentialHistogram.Builder.setDataPoints(int index, ExponentialHistogramDataPoint.Builder builderForValue) The time series data points.