Uses of Class
io.opentelemetry.proto.metrics.v1.ExponentialHistogramDataPoint.Buckets.Builder
Packages that use ExponentialHistogramDataPoint.Buckets.Builder
-
Uses of ExponentialHistogramDataPoint.Buckets.Builder in io.opentelemetry.proto.metrics.v1
Methods in io.opentelemetry.proto.metrics.v1 that return ExponentialHistogramDataPoint.Buckets.BuilderModifier and TypeMethodDescriptionExponentialHistogramDataPoint.Buckets.Builder.addAllBucketCounts(Iterable<? extends Long> values) An array of count values, where bucket_counts[i] carries the count of the bucket at index (offset+i). bucket_counts[i] is the count of values greater than base^(offset+i) and less than or equal to base^(offset+i+1).ExponentialHistogramDataPoint.Buckets.Builder.addBucketCounts(long value) An array of count values, where bucket_counts[i] carries the count of the bucket at index (offset+i). bucket_counts[i] is the count of values greater than base^(offset+i) and less than or equal to base^(offset+i+1).ExponentialHistogramDataPoint.Buckets.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ExponentialHistogramDataPoint.Buckets.Builder.clear()ExponentialHistogramDataPoint.Buckets.Builder.clearBucketCounts()An array of count values, where bucket_counts[i] carries the count of the bucket at index (offset+i). bucket_counts[i] is the count of values greater than base^(offset+i) and less than or equal to base^(offset+i+1).ExponentialHistogramDataPoint.Buckets.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) ExponentialHistogramDataPoint.Buckets.Builder.clearOffset()The bucket index of the first entry in the bucket_counts array.ExponentialHistogramDataPoint.Buckets.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) ExponentialHistogramDataPoint.Buckets.Builder.clone()ExponentialHistogramDataPoint.Builder.getNegativeBuilder()negative carries the negative range of exponential bucket counts.ExponentialHistogramDataPoint.Builder.getPositiveBuilder()positive carries the positive range of exponential bucket counts.ExponentialHistogramDataPoint.Buckets.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ExponentialHistogramDataPoint.Buckets.Builder.mergeFrom(com.google.protobuf.Message other) ExponentialHistogramDataPoint.Buckets.Builder.mergeFrom(ExponentialHistogramDataPoint.Buckets other) ExponentialHistogramDataPoint.Buckets.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) ExponentialHistogramDataPoint.Buckets.newBuilder()ExponentialHistogramDataPoint.Buckets.newBuilder(ExponentialHistogramDataPoint.Buckets prototype) ExponentialHistogramDataPoint.Buckets.newBuilderForType()ExponentialHistogramDataPoint.Buckets.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) ExponentialHistogramDataPoint.Buckets.Builder.setBucketCounts(int index, long value) An array of count values, where bucket_counts[i] carries the count of the bucket at index (offset+i). bucket_counts[i] is the count of values greater than base^(offset+i) and less than or equal to base^(offset+i+1).ExponentialHistogramDataPoint.Buckets.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ExponentialHistogramDataPoint.Buckets.Builder.setOffset(int value) The bucket index of the first entry in the bucket_counts array.ExponentialHistogramDataPoint.Buckets.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) ExponentialHistogramDataPoint.Buckets.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) ExponentialHistogramDataPoint.Buckets.toBuilder()Methods in io.opentelemetry.proto.metrics.v1 with parameters of type ExponentialHistogramDataPoint.Buckets.BuilderModifier and TypeMethodDescriptionExponentialHistogramDataPoint.Builder.setNegative(ExponentialHistogramDataPoint.Buckets.Builder builderForValue) negative carries the negative range of exponential bucket counts.ExponentialHistogramDataPoint.Builder.setPositive(ExponentialHistogramDataPoint.Buckets.Builder builderForValue) positive carries the positive range of exponential bucket counts.