Class ExponentialHistogramDataPoint.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<ExponentialHistogramDataPoint.Builder>
io.opentelemetry.proto.metrics.v1.ExponentialHistogramDataPoint.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,ExponentialHistogramDataPointOrBuilder,Cloneable
- Enclosing class:
- ExponentialHistogramDataPoint
public static final class ExponentialHistogramDataPoint.Builder
extends com.google.protobuf.GeneratedMessage.Builder<ExponentialHistogramDataPoint.Builder>
implements ExponentialHistogramDataPointOrBuilder
ExponentialHistogramDataPoint is a single data point in a timeseries that describes the time-varying values of a ExponentialHistogram of double values. A ExponentialHistogram contains summary statistics for a population of values, it may optionally contain the distribution of those values across a set of buckets.Protobuf type
opentelemetry.proto.metrics.v1.ExponentialHistogramDataPoint-
Method Summary
Modifier and TypeMethodDescriptionaddAllAttributes(Iterable<? extends KeyValue> values) The set of key/value pairs that uniquely identify the timeseries from where this point belongs.addAllExemplars(Iterable<? extends Exemplar> values) (Optional) List of exemplars collected from measurements that were used to form the data pointaddAttributes(int index, KeyValue value) The set of key/value pairs that uniquely identify the timeseries from where this point belongs.addAttributes(int index, KeyValue.Builder builderForValue) The set of key/value pairs that uniquely identify the timeseries from where this point belongs.addAttributes(KeyValue value) The set of key/value pairs that uniquely identify the timeseries from where this point belongs.addAttributes(KeyValue.Builder builderForValue) The set of key/value pairs that uniquely identify the timeseries from where this point belongs.The set of key/value pairs that uniquely identify the timeseries from where this point belongs.addAttributesBuilder(int index) The set of key/value pairs that uniquely identify the timeseries from where this point belongs.addExemplars(int index, Exemplar value) (Optional) List of exemplars collected from measurements that were used to form the data pointaddExemplars(int index, Exemplar.Builder builderForValue) (Optional) List of exemplars collected from measurements that were used to form the data pointaddExemplars(Exemplar value) (Optional) List of exemplars collected from measurements that were used to form the data pointaddExemplars(Exemplar.Builder builderForValue) (Optional) List of exemplars collected from measurements that were used to form the data point(Optional) List of exemplars collected from measurements that were used to form the data pointaddExemplarsBuilder(int index) (Optional) List of exemplars collected from measurements that were used to form the data pointbuild()clear()The set of key/value pairs that uniquely identify the timeseries from where this point belongs.count is the number of values in the population.(Optional) List of exemplars collected from measurements that were used to form the data pointFlags that apply to this specific data point.clearMax()max is the maximum value over (start_time, end_time].clearMin()min is the minimum value over (start_time, end_time].negative carries the negative range of exponential bucket counts.positive carries the positive range of exponential bucket counts.scale describes the resolution of the histogram.StartTimeUnixNano is optional but strongly encouraged, see the the detailed comments above Metric.clearSum()sum of the values in the population.TimeUnixNano is required, see the detailed comments above Metric.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.ZeroThreshold may be optionally set to convey the width of the zero region.getAttributes(int index) The set of key/value pairs that uniquely identify the timeseries from where this point belongs.getAttributesBuilder(int index) The set of key/value pairs that uniquely identify the timeseries from where this point belongs.The set of key/value pairs that uniquely identify the timeseries from where this point belongs.intThe set of key/value pairs that uniquely identify the timeseries from where this point belongs.The set of key/value pairs that uniquely identify the timeseries from where this point belongs.getAttributesOrBuilder(int index) The set of key/value pairs that uniquely identify the timeseries from where this point belongs.List<? extends KeyValueOrBuilder>The set of key/value pairs that uniquely identify the timeseries from where this point belongs.longgetCount()count is the number of values in the population.static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.DescriptorgetExemplars(int index) (Optional) List of exemplars collected from measurements that were used to form the data pointgetExemplarsBuilder(int index) (Optional) List of exemplars collected from measurements that were used to form the data point(Optional) List of exemplars collected from measurements that were used to form the data pointint(Optional) List of exemplars collected from measurements that were used to form the data point(Optional) List of exemplars collected from measurements that were used to form the data pointgetExemplarsOrBuilder(int index) (Optional) List of exemplars collected from measurements that were used to form the data pointList<? extends ExemplarOrBuilder>(Optional) List of exemplars collected from measurements that were used to form the data pointintgetFlags()Flags that apply to this specific data point.doublegetMax()max is the maximum value over (start_time, end_time].doublegetMin()min is the minimum value over (start_time, end_time].negative carries the negative range of exponential bucket counts.negative carries the negative range of exponential bucket counts.negative carries the negative range of exponential bucket counts.positive carries the positive range of exponential bucket counts.positive carries the positive range of exponential bucket counts.positive carries the positive range of exponential bucket counts.intgetScale()scale describes the resolution of the histogram.longStartTimeUnixNano is optional but strongly encouraged, see the the detailed comments above Metric.doublegetSum()sum of the values in the population.longTimeUnixNano is required, see the detailed comments above Metric.longzero_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.doubleZeroThreshold may be optionally set to convey the width of the zero region.booleanhasMax()max is the maximum value over (start_time, end_time].booleanhasMin()min is the minimum value over (start_time, end_time].booleannegative carries the negative range of exponential bucket counts.booleanpositive carries the positive range of exponential bucket counts.booleanhasSum()sum of the values in the population.protected com.google.protobuf.GeneratedMessage.FieldAccessorTablefinal booleanmergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) negative carries the negative range of exponential bucket counts.positive carries the positive range of exponential bucket counts.removeAttributes(int index) The set of key/value pairs that uniquely identify the timeseries from where this point belongs.removeExemplars(int index) (Optional) List of exemplars collected from measurements that were used to form the data pointsetAttributes(int index, KeyValue value) The set of key/value pairs that uniquely identify the timeseries from where this point belongs.setAttributes(int index, KeyValue.Builder builderForValue) The set of key/value pairs that uniquely identify the timeseries from where this point belongs.setCount(long value) count is the number of values in the population.setExemplars(int index, Exemplar value) (Optional) List of exemplars collected from measurements that were used to form the data pointsetExemplars(int index, Exemplar.Builder builderForValue) (Optional) List of exemplars collected from measurements that were used to form the data pointsetFlags(int value) Flags that apply to this specific data point.setMax(double value) max is the maximum value over (start_time, end_time].setMin(double value) min is the minimum value over (start_time, end_time].negative carries the negative range of exponential bucket counts.setNegative(ExponentialHistogramDataPoint.Buckets.Builder builderForValue) negative carries the negative range of exponential bucket counts.positive carries the positive range of exponential bucket counts.setPositive(ExponentialHistogramDataPoint.Buckets.Builder builderForValue) positive carries the positive range of exponential bucket counts.setScale(int value) scale describes the resolution of the histogram.setStartTimeUnixNano(long value) StartTimeUnixNano is optional but strongly encouraged, see the the detailed comments above Metric.setSum(double value) sum of the values in the population.setTimeUnixNano(long value) TimeUnixNano is required, see the detailed comments above Metric.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.setZeroThreshold(double value) ZeroThreshold may be optionally set to convey the width of the zero region.Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessage.Builder<ExponentialHistogramDataPoint.Builder>
-
clear
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessage.Builder<ExponentialHistogramDataPoint.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessage.Builder<ExponentialHistogramDataPoint.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
mergeFrom
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ExponentialHistogramDataPoint.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessage.Builder<ExponentialHistogramDataPoint.Builder>
-
mergeFrom
public ExponentialHistogramDataPoint.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ExponentialHistogramDataPoint.Builder>- Throws:
IOException
-
getAttributesList
The set of key/value pairs that uniquely identify the timeseries from where this point belongs. The list may be empty (may contain 0 elements). Attribute keys MUST be unique (it is not allowed to have more than one attribute with the same key).
repeated .opentelemetry.proto.common.v1.KeyValue attributes = 1;- Specified by:
getAttributesListin interfaceExponentialHistogramDataPointOrBuilder
-
getAttributesCount
public int getAttributesCount()The set of key/value pairs that uniquely identify the timeseries from where this point belongs. The list may be empty (may contain 0 elements). Attribute keys MUST be unique (it is not allowed to have more than one attribute with the same key).
repeated .opentelemetry.proto.common.v1.KeyValue attributes = 1;- Specified by:
getAttributesCountin interfaceExponentialHistogramDataPointOrBuilder
-
getAttributes
The set of key/value pairs that uniquely identify the timeseries from where this point belongs. The list may be empty (may contain 0 elements). Attribute keys MUST be unique (it is not allowed to have more than one attribute with the same key).
repeated .opentelemetry.proto.common.v1.KeyValue attributes = 1;- Specified by:
getAttributesin interfaceExponentialHistogramDataPointOrBuilder
-
setAttributes
The set of key/value pairs that uniquely identify the timeseries from where this point belongs. The list may be empty (may contain 0 elements). Attribute keys MUST be unique (it is not allowed to have more than one attribute with the same key).
repeated .opentelemetry.proto.common.v1.KeyValue attributes = 1; -
setAttributes
public ExponentialHistogramDataPoint.Builder setAttributes(int index, KeyValue.Builder builderForValue) The set of key/value pairs that uniquely identify the timeseries from where this point belongs. The list may be empty (may contain 0 elements). Attribute keys MUST be unique (it is not allowed to have more than one attribute with the same key).
repeated .opentelemetry.proto.common.v1.KeyValue attributes = 1; -
addAttributes
The set of key/value pairs that uniquely identify the timeseries from where this point belongs. The list may be empty (may contain 0 elements). Attribute keys MUST be unique (it is not allowed to have more than one attribute with the same key).
repeated .opentelemetry.proto.common.v1.KeyValue attributes = 1; -
addAttributes
The set of key/value pairs that uniquely identify the timeseries from where this point belongs. The list may be empty (may contain 0 elements). Attribute keys MUST be unique (it is not allowed to have more than one attribute with the same key).
repeated .opentelemetry.proto.common.v1.KeyValue attributes = 1; -
addAttributes
The set of key/value pairs that uniquely identify the timeseries from where this point belongs. The list may be empty (may contain 0 elements). Attribute keys MUST be unique (it is not allowed to have more than one attribute with the same key).
repeated .opentelemetry.proto.common.v1.KeyValue attributes = 1; -
addAttributes
public ExponentialHistogramDataPoint.Builder addAttributes(int index, KeyValue.Builder builderForValue) The set of key/value pairs that uniquely identify the timeseries from where this point belongs. The list may be empty (may contain 0 elements). Attribute keys MUST be unique (it is not allowed to have more than one attribute with the same key).
repeated .opentelemetry.proto.common.v1.KeyValue attributes = 1; -
addAllAttributes
The set of key/value pairs that uniquely identify the timeseries from where this point belongs. The list may be empty (may contain 0 elements). Attribute keys MUST be unique (it is not allowed to have more than one attribute with the same key).
repeated .opentelemetry.proto.common.v1.KeyValue attributes = 1; -
clearAttributes
The set of key/value pairs that uniquely identify the timeseries from where this point belongs. The list may be empty (may contain 0 elements). Attribute keys MUST be unique (it is not allowed to have more than one attribute with the same key).
repeated .opentelemetry.proto.common.v1.KeyValue attributes = 1; -
removeAttributes
The set of key/value pairs that uniquely identify the timeseries from where this point belongs. The list may be empty (may contain 0 elements). Attribute keys MUST be unique (it is not allowed to have more than one attribute with the same key).
repeated .opentelemetry.proto.common.v1.KeyValue attributes = 1; -
getAttributesBuilder
The set of key/value pairs that uniquely identify the timeseries from where this point belongs. The list may be empty (may contain 0 elements). Attribute keys MUST be unique (it is not allowed to have more than one attribute with the same key).
repeated .opentelemetry.proto.common.v1.KeyValue attributes = 1; -
getAttributesOrBuilder
The set of key/value pairs that uniquely identify the timeseries from where this point belongs. The list may be empty (may contain 0 elements). Attribute keys MUST be unique (it is not allowed to have more than one attribute with the same key).
repeated .opentelemetry.proto.common.v1.KeyValue attributes = 1;- Specified by:
getAttributesOrBuilderin interfaceExponentialHistogramDataPointOrBuilder
-
getAttributesOrBuilderList
The set of key/value pairs that uniquely identify the timeseries from where this point belongs. The list may be empty (may contain 0 elements). Attribute keys MUST be unique (it is not allowed to have more than one attribute with the same key).
repeated .opentelemetry.proto.common.v1.KeyValue attributes = 1;- Specified by:
getAttributesOrBuilderListin interfaceExponentialHistogramDataPointOrBuilder
-
addAttributesBuilder
The set of key/value pairs that uniquely identify the timeseries from where this point belongs. The list may be empty (may contain 0 elements). Attribute keys MUST be unique (it is not allowed to have more than one attribute with the same key).
repeated .opentelemetry.proto.common.v1.KeyValue attributes = 1; -
addAttributesBuilder
The set of key/value pairs that uniquely identify the timeseries from where this point belongs. The list may be empty (may contain 0 elements). Attribute keys MUST be unique (it is not allowed to have more than one attribute with the same key).
repeated .opentelemetry.proto.common.v1.KeyValue attributes = 1; -
getAttributesBuilderList
The set of key/value pairs that uniquely identify the timeseries from where this point belongs. The list may be empty (may contain 0 elements). Attribute keys MUST be unique (it is not allowed to have more than one attribute with the same key).
repeated .opentelemetry.proto.common.v1.KeyValue attributes = 1; -
getStartTimeUnixNano
public long getStartTimeUnixNano()StartTimeUnixNano is optional but strongly encouraged, see the the detailed comments above Metric. Value is UNIX Epoch time in nanoseconds since 00:00:00 UTC on 1 January 1970.
fixed64 start_time_unix_nano = 2;- Specified by:
getStartTimeUnixNanoin interfaceExponentialHistogramDataPointOrBuilder- Returns:
- The startTimeUnixNano.
-
setStartTimeUnixNano
StartTimeUnixNano is optional but strongly encouraged, see the the detailed comments above Metric. Value is UNIX Epoch time in nanoseconds since 00:00:00 UTC on 1 January 1970.
fixed64 start_time_unix_nano = 2;- Parameters:
value- The startTimeUnixNano to set.- Returns:
- This builder for chaining.
-
clearStartTimeUnixNano
StartTimeUnixNano is optional but strongly encouraged, see the the detailed comments above Metric. Value is UNIX Epoch time in nanoseconds since 00:00:00 UTC on 1 January 1970.
fixed64 start_time_unix_nano = 2;- Returns:
- This builder for chaining.
-
getTimeUnixNano
public long getTimeUnixNano()TimeUnixNano is required, see the detailed comments above Metric. Value is UNIX Epoch time in nanoseconds since 00:00:00 UTC on 1 January 1970.
fixed64 time_unix_nano = 3;- Specified by:
getTimeUnixNanoin interfaceExponentialHistogramDataPointOrBuilder- Returns:
- The timeUnixNano.
-
setTimeUnixNano
TimeUnixNano is required, see the detailed comments above Metric. Value is UNIX Epoch time in nanoseconds since 00:00:00 UTC on 1 January 1970.
fixed64 time_unix_nano = 3;- Parameters:
value- The timeUnixNano to set.- Returns:
- This builder for chaining.
-
clearTimeUnixNano
TimeUnixNano is required, see the detailed comments above Metric. Value is UNIX Epoch time in nanoseconds since 00:00:00 UTC on 1 January 1970.
fixed64 time_unix_nano = 3;- Returns:
- This builder for chaining.
-
getCount
public long getCount()count is the number of values in the population. Must be non-negative. This value must be equal to the sum of the "bucket_counts" values in the positive and negative Buckets plus the "zero_count" field.
fixed64 count = 4;- Specified by:
getCountin interfaceExponentialHistogramDataPointOrBuilder- Returns:
- The count.
-
setCount
count is the number of values in the population. Must be non-negative. This value must be equal to the sum of the "bucket_counts" values in the positive and negative Buckets plus the "zero_count" field.
fixed64 count = 4;- Parameters:
value- The count to set.- Returns:
- This builder for chaining.
-
clearCount
count is the number of values in the population. Must be non-negative. This value must be equal to the sum of the "bucket_counts" values in the positive and negative Buckets plus the "zero_count" field.
fixed64 count = 4;- Returns:
- This builder for chaining.
-
hasSum
public boolean hasSum()sum of the values in the population. If count is zero then this field must be zero. Note: Sum should only be filled out when measuring non-negative discrete events, and is assumed to be monotonic over the values of these events. Negative events *can* be recorded, but sum should not be filled out when doing so. This is specifically to enforce compatibility w/ OpenMetrics, see: https://github.com/prometheus/OpenMetrics/blob/v1.0.0/specification/OpenMetrics.md#histogram
optional double sum = 5;- Specified by:
hasSumin interfaceExponentialHistogramDataPointOrBuilder- Returns:
- Whether the sum field is set.
-
getSum
public double getSum()sum of the values in the population. If count is zero then this field must be zero. Note: Sum should only be filled out when measuring non-negative discrete events, and is assumed to be monotonic over the values of these events. Negative events *can* be recorded, but sum should not be filled out when doing so. This is specifically to enforce compatibility w/ OpenMetrics, see: https://github.com/prometheus/OpenMetrics/blob/v1.0.0/specification/OpenMetrics.md#histogram
optional double sum = 5;- Specified by:
getSumin interfaceExponentialHistogramDataPointOrBuilder- Returns:
- The sum.
-
setSum
sum of the values in the population. If count is zero then this field must be zero. Note: Sum should only be filled out when measuring non-negative discrete events, and is assumed to be monotonic over the values of these events. Negative events *can* be recorded, but sum should not be filled out when doing so. This is specifically to enforce compatibility w/ OpenMetrics, see: https://github.com/prometheus/OpenMetrics/blob/v1.0.0/specification/OpenMetrics.md#histogram
optional double sum = 5;- Parameters:
value- The sum to set.- Returns:
- This builder for chaining.
-
clearSum
sum of the values in the population. If count is zero then this field must be zero. Note: Sum should only be filled out when measuring non-negative discrete events, and is assumed to be monotonic over the values of these events. Negative events *can* be recorded, but sum should not be filled out when doing so. This is specifically to enforce compatibility w/ OpenMetrics, see: https://github.com/prometheus/OpenMetrics/blob/v1.0.0/specification/OpenMetrics.md#histogram
optional double sum = 5;- Returns:
- This builder for chaining.
-
getScale
public int getScale()scale describes the resolution of the histogram. Boundaries are located at powers of the base, where: base = (2^(2^-scale)) The histogram bucket identified by `index`, a signed integer, contains values that are greater than (base^index) and less than or equal to (base^(index+1)). The positive and negative ranges of the histogram are expressed separately. Negative values are mapped by their absolute value into the negative range using the same scale as the positive range. scale is not restricted by the protocol, as the permissible values depend on the range of the data.
sint32 scale = 6;- Specified by:
getScalein interfaceExponentialHistogramDataPointOrBuilder- Returns:
- The scale.
-
setScale
scale describes the resolution of the histogram. Boundaries are located at powers of the base, where: base = (2^(2^-scale)) The histogram bucket identified by `index`, a signed integer, contains values that are greater than (base^index) and less than or equal to (base^(index+1)). The positive and negative ranges of the histogram are expressed separately. Negative values are mapped by their absolute value into the negative range using the same scale as the positive range. scale is not restricted by the protocol, as the permissible values depend on the range of the data.
sint32 scale = 6;- Parameters:
value- The scale to set.- Returns:
- This builder for chaining.
-
clearScale
scale describes the resolution of the histogram. Boundaries are located at powers of the base, where: base = (2^(2^-scale)) The histogram bucket identified by `index`, a signed integer, contains values that are greater than (base^index) and less than or equal to (base^(index+1)). The positive and negative ranges of the histogram are expressed separately. Negative values are mapped by their absolute value into the negative range using the same scale as the positive range. scale is not restricted by the protocol, as the permissible values depend on the range of the data.
sint32 scale = 6;- Returns:
- This builder for chaining.
-
getZeroCount
public long getZeroCount()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. This bucket stores values that cannot be expressed using the standard exponential formula as well as values that have been rounded to zero. Implementations MAY consider the zero bucket to have probability mass equal to (zero_count / count).
fixed64 zero_count = 7;- Specified by:
getZeroCountin interfaceExponentialHistogramDataPointOrBuilder- Returns:
- The zeroCount.
-
setZeroCount
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. This bucket stores values that cannot be expressed using the standard exponential formula as well as values that have been rounded to zero. Implementations MAY consider the zero bucket to have probability mass equal to (zero_count / count).
fixed64 zero_count = 7;- Parameters:
value- The zeroCount to set.- Returns:
- This builder for chaining.
-
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. This bucket stores values that cannot be expressed using the standard exponential formula as well as values that have been rounded to zero. Implementations MAY consider the zero bucket to have probability mass equal to (zero_count / count).
fixed64 zero_count = 7;- Returns:
- This builder for chaining.
-
hasPositive
public boolean hasPositive()positive carries the positive range of exponential bucket counts.
.opentelemetry.proto.metrics.v1.ExponentialHistogramDataPoint.Buckets positive = 8;- Specified by:
hasPositivein interfaceExponentialHistogramDataPointOrBuilder- Returns:
- Whether the positive field is set.
-
getPositive
positive carries the positive range of exponential bucket counts.
.opentelemetry.proto.metrics.v1.ExponentialHistogramDataPoint.Buckets positive = 8;- Specified by:
getPositivein interfaceExponentialHistogramDataPointOrBuilder- Returns:
- The positive.
-
setPositive
public ExponentialHistogramDataPoint.Builder setPositive(ExponentialHistogramDataPoint.Buckets value) positive carries the positive range of exponential bucket counts.
.opentelemetry.proto.metrics.v1.ExponentialHistogramDataPoint.Buckets positive = 8; -
setPositive
public ExponentialHistogramDataPoint.Builder setPositive(ExponentialHistogramDataPoint.Buckets.Builder builderForValue) positive carries the positive range of exponential bucket counts.
.opentelemetry.proto.metrics.v1.ExponentialHistogramDataPoint.Buckets positive = 8; -
mergePositive
public ExponentialHistogramDataPoint.Builder mergePositive(ExponentialHistogramDataPoint.Buckets value) positive carries the positive range of exponential bucket counts.
.opentelemetry.proto.metrics.v1.ExponentialHistogramDataPoint.Buckets positive = 8; -
clearPositive
positive carries the positive range of exponential bucket counts.
.opentelemetry.proto.metrics.v1.ExponentialHistogramDataPoint.Buckets positive = 8; -
getPositiveBuilder
positive carries the positive range of exponential bucket counts.
.opentelemetry.proto.metrics.v1.ExponentialHistogramDataPoint.Buckets positive = 8; -
getPositiveOrBuilder
positive carries the positive range of exponential bucket counts.
.opentelemetry.proto.metrics.v1.ExponentialHistogramDataPoint.Buckets positive = 8;- Specified by:
getPositiveOrBuilderin interfaceExponentialHistogramDataPointOrBuilder
-
hasNegative
public boolean hasNegative()negative carries the negative range of exponential bucket counts.
.opentelemetry.proto.metrics.v1.ExponentialHistogramDataPoint.Buckets negative = 9;- Specified by:
hasNegativein interfaceExponentialHistogramDataPointOrBuilder- Returns:
- Whether the negative field is set.
-
getNegative
negative carries the negative range of exponential bucket counts.
.opentelemetry.proto.metrics.v1.ExponentialHistogramDataPoint.Buckets negative = 9;- Specified by:
getNegativein interfaceExponentialHistogramDataPointOrBuilder- Returns:
- The negative.
-
setNegative
public ExponentialHistogramDataPoint.Builder setNegative(ExponentialHistogramDataPoint.Buckets value) negative carries the negative range of exponential bucket counts.
.opentelemetry.proto.metrics.v1.ExponentialHistogramDataPoint.Buckets negative = 9; -
setNegative
public ExponentialHistogramDataPoint.Builder setNegative(ExponentialHistogramDataPoint.Buckets.Builder builderForValue) negative carries the negative range of exponential bucket counts.
.opentelemetry.proto.metrics.v1.ExponentialHistogramDataPoint.Buckets negative = 9; -
mergeNegative
public ExponentialHistogramDataPoint.Builder mergeNegative(ExponentialHistogramDataPoint.Buckets value) negative carries the negative range of exponential bucket counts.
.opentelemetry.proto.metrics.v1.ExponentialHistogramDataPoint.Buckets negative = 9; -
clearNegative
negative carries the negative range of exponential bucket counts.
.opentelemetry.proto.metrics.v1.ExponentialHistogramDataPoint.Buckets negative = 9; -
getNegativeBuilder
negative carries the negative range of exponential bucket counts.
.opentelemetry.proto.metrics.v1.ExponentialHistogramDataPoint.Buckets negative = 9; -
getNegativeOrBuilder
negative carries the negative range of exponential bucket counts.
.opentelemetry.proto.metrics.v1.ExponentialHistogramDataPoint.Buckets negative = 9;- Specified by:
getNegativeOrBuilderin interfaceExponentialHistogramDataPointOrBuilder
-
getFlags
public int getFlags()Flags that apply to this specific data point. See DataPointFlags for the available flags and their meaning.
uint32 flags = 10;- Specified by:
getFlagsin interfaceExponentialHistogramDataPointOrBuilder- Returns:
- The flags.
-
setFlags
Flags that apply to this specific data point. See DataPointFlags for the available flags and their meaning.
uint32 flags = 10;- Parameters:
value- The flags to set.- Returns:
- This builder for chaining.
-
clearFlags
Flags that apply to this specific data point. See DataPointFlags for the available flags and their meaning.
uint32 flags = 10;- Returns:
- This builder for chaining.
-
getExemplarsList
(Optional) List of exemplars collected from measurements that were used to form the data point
repeated .opentelemetry.proto.metrics.v1.Exemplar exemplars = 11;- Specified by:
getExemplarsListin interfaceExponentialHistogramDataPointOrBuilder
-
getExemplarsCount
public int getExemplarsCount()(Optional) List of exemplars collected from measurements that were used to form the data point
repeated .opentelemetry.proto.metrics.v1.Exemplar exemplars = 11;- Specified by:
getExemplarsCountin interfaceExponentialHistogramDataPointOrBuilder
-
getExemplars
(Optional) List of exemplars collected from measurements that were used to form the data point
repeated .opentelemetry.proto.metrics.v1.Exemplar exemplars = 11;- Specified by:
getExemplarsin interfaceExponentialHistogramDataPointOrBuilder
-
setExemplars
(Optional) List of exemplars collected from measurements that were used to form the data point
repeated .opentelemetry.proto.metrics.v1.Exemplar exemplars = 11; -
setExemplars
public ExponentialHistogramDataPoint.Builder setExemplars(int index, Exemplar.Builder builderForValue) (Optional) List of exemplars collected from measurements that were used to form the data point
repeated .opentelemetry.proto.metrics.v1.Exemplar exemplars = 11; -
addExemplars
(Optional) List of exemplars collected from measurements that were used to form the data point
repeated .opentelemetry.proto.metrics.v1.Exemplar exemplars = 11; -
addExemplars
(Optional) List of exemplars collected from measurements that were used to form the data point
repeated .opentelemetry.proto.metrics.v1.Exemplar exemplars = 11; -
addExemplars
(Optional) List of exemplars collected from measurements that were used to form the data point
repeated .opentelemetry.proto.metrics.v1.Exemplar exemplars = 11; -
addExemplars
public ExponentialHistogramDataPoint.Builder addExemplars(int index, Exemplar.Builder builderForValue) (Optional) List of exemplars collected from measurements that were used to form the data point
repeated .opentelemetry.proto.metrics.v1.Exemplar exemplars = 11; -
addAllExemplars
(Optional) List of exemplars collected from measurements that were used to form the data point
repeated .opentelemetry.proto.metrics.v1.Exemplar exemplars = 11; -
clearExemplars
(Optional) List of exemplars collected from measurements that were used to form the data point
repeated .opentelemetry.proto.metrics.v1.Exemplar exemplars = 11; -
removeExemplars
(Optional) List of exemplars collected from measurements that were used to form the data point
repeated .opentelemetry.proto.metrics.v1.Exemplar exemplars = 11; -
getExemplarsBuilder
(Optional) List of exemplars collected from measurements that were used to form the data point
repeated .opentelemetry.proto.metrics.v1.Exemplar exemplars = 11; -
getExemplarsOrBuilder
(Optional) List of exemplars collected from measurements that were used to form the data point
repeated .opentelemetry.proto.metrics.v1.Exemplar exemplars = 11;- Specified by:
getExemplarsOrBuilderin interfaceExponentialHistogramDataPointOrBuilder
-
getExemplarsOrBuilderList
(Optional) List of exemplars collected from measurements that were used to form the data point
repeated .opentelemetry.proto.metrics.v1.Exemplar exemplars = 11;- Specified by:
getExemplarsOrBuilderListin interfaceExponentialHistogramDataPointOrBuilder
-
addExemplarsBuilder
(Optional) List of exemplars collected from measurements that were used to form the data point
repeated .opentelemetry.proto.metrics.v1.Exemplar exemplars = 11; -
addExemplarsBuilder
(Optional) List of exemplars collected from measurements that were used to form the data point
repeated .opentelemetry.proto.metrics.v1.Exemplar exemplars = 11; -
getExemplarsBuilderList
(Optional) List of exemplars collected from measurements that were used to form the data point
repeated .opentelemetry.proto.metrics.v1.Exemplar exemplars = 11; -
hasMin
public boolean hasMin()min is the minimum value over (start_time, end_time].
optional double min = 12;- Specified by:
hasMinin interfaceExponentialHistogramDataPointOrBuilder- Returns:
- Whether the min field is set.
-
getMin
public double getMin()min is the minimum value over (start_time, end_time].
optional double min = 12;- Specified by:
getMinin interfaceExponentialHistogramDataPointOrBuilder- Returns:
- The min.
-
setMin
min is the minimum value over (start_time, end_time].
optional double min = 12;- Parameters:
value- The min to set.- Returns:
- This builder for chaining.
-
clearMin
min is the minimum value over (start_time, end_time].
optional double min = 12;- Returns:
- This builder for chaining.
-
hasMax
public boolean hasMax()max is the maximum value over (start_time, end_time].
optional double max = 13;- Specified by:
hasMaxin interfaceExponentialHistogramDataPointOrBuilder- Returns:
- Whether the max field is set.
-
getMax
public double getMax()max is the maximum value over (start_time, end_time].
optional double max = 13;- Specified by:
getMaxin interfaceExponentialHistogramDataPointOrBuilder- Returns:
- The max.
-
setMax
max is the maximum value over (start_time, end_time].
optional double max = 13;- Parameters:
value- The max to set.- Returns:
- This builder for chaining.
-
clearMax
max is the maximum value over (start_time, end_time].
optional double max = 13;- Returns:
- This builder for chaining.
-
getZeroThreshold
public double getZeroThreshold()ZeroThreshold may be optionally set to convey the width of the zero region. Where the zero region is defined as the closed interval [-ZeroThreshold, ZeroThreshold]. When ZeroThreshold is 0, zero count bucket stores values that cannot be expressed using the standard exponential formula as well as values that have been rounded to zero.
double zero_threshold = 14;- Specified by:
getZeroThresholdin interfaceExponentialHistogramDataPointOrBuilder- Returns:
- The zeroThreshold.
-
setZeroThreshold
ZeroThreshold may be optionally set to convey the width of the zero region. Where the zero region is defined as the closed interval [-ZeroThreshold, ZeroThreshold]. When ZeroThreshold is 0, zero count bucket stores values that cannot be expressed using the standard exponential formula as well as values that have been rounded to zero.
double zero_threshold = 14;- Parameters:
value- The zeroThreshold to set.- Returns:
- This builder for chaining.
-
clearZeroThreshold
ZeroThreshold may be optionally set to convey the width of the zero region. Where the zero region is defined as the closed interval [-ZeroThreshold, ZeroThreshold]. When ZeroThreshold is 0, zero count bucket stores values that cannot be expressed using the standard exponential formula as well as values that have been rounded to zero.
double zero_threshold = 14;- Returns:
- This builder for chaining.
-