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