Uses of Class
io.opentelemetry.proto.metrics.v1.SummaryDataPoint.Builder
Packages that use SummaryDataPoint.Builder
-
Uses of SummaryDataPoint.Builder in io.opentelemetry.proto.metrics.v1
Methods in io.opentelemetry.proto.metrics.v1 that return SummaryDataPoint.BuilderModifier and TypeMethodDescriptionSummaryDataPoint.Builder.addAllAttributes(Iterable<? extends KeyValue> values) The set of key/value pairs that uniquely identify the timeseries from where this point belongs.SummaryDataPoint.Builder.addAllQuantileValues(Iterable<? extends SummaryDataPoint.ValueAtQuantile> values) (Optional) list of values at different quantiles of the distribution calculated from the current snapshot.SummaryDataPoint.Builder.addAttributes(int index, KeyValue value) The set of key/value pairs that uniquely identify the timeseries from where this point belongs.SummaryDataPoint.Builder.addAttributes(int index, KeyValue.Builder builderForValue) The set of key/value pairs that uniquely identify the timeseries from where this point belongs.SummaryDataPoint.Builder.addAttributes(KeyValue value) The set of key/value pairs that uniquely identify the timeseries from where this point belongs.SummaryDataPoint.Builder.addAttributes(KeyValue.Builder builderForValue) The set of key/value pairs that uniquely identify the timeseries from where this point belongs.Summary.Builder.addDataPointsBuilder()The time series data points.Summary.Builder.addDataPointsBuilder(int index) The time series data points.SummaryDataPoint.Builder.addQuantileValues(int index, SummaryDataPoint.ValueAtQuantile value) (Optional) list of values at different quantiles of the distribution calculated from the current snapshot.SummaryDataPoint.Builder.addQuantileValues(int index, SummaryDataPoint.ValueAtQuantile.Builder builderForValue) (Optional) list of values at different quantiles of the distribution calculated from the current snapshot.SummaryDataPoint.Builder.addQuantileValues(SummaryDataPoint.ValueAtQuantile value) (Optional) list of values at different quantiles of the distribution calculated from the current snapshot.SummaryDataPoint.Builder.addQuantileValues(SummaryDataPoint.ValueAtQuantile.Builder builderForValue) (Optional) list of values at different quantiles of the distribution calculated from the current snapshot.SummaryDataPoint.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) SummaryDataPoint.Builder.clear()SummaryDataPoint.Builder.clearAttributes()The set of key/value pairs that uniquely identify the timeseries from where this point belongs.SummaryDataPoint.Builder.clearCount()count is the number of values in the population.SummaryDataPoint.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) SummaryDataPoint.Builder.clearFlags()Flags that apply to this specific data point.SummaryDataPoint.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) SummaryDataPoint.Builder.clearQuantileValues()(Optional) list of values at different quantiles of the distribution calculated from the current snapshot.SummaryDataPoint.Builder.clearStartTimeUnixNano()StartTimeUnixNano is optional but strongly encouraged, see the the detailed comments above Metric.SummaryDataPoint.Builder.clearSum()sum of the values in the population.SummaryDataPoint.Builder.clearTimeUnixNano()TimeUnixNano is required, see the detailed comments above Metric.SummaryDataPoint.Builder.clone()Summary.Builder.getDataPointsBuilder(int index) The time series data points.SummaryDataPoint.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SummaryDataPoint.Builder.mergeFrom(com.google.protobuf.Message other) SummaryDataPoint.Builder.mergeFrom(SummaryDataPoint other) final SummaryDataPoint.BuilderSummaryDataPoint.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static SummaryDataPoint.BuilderSummaryDataPoint.newBuilder()static SummaryDataPoint.BuilderSummaryDataPoint.newBuilder(SummaryDataPoint prototype) SummaryDataPoint.newBuilderForType()protected SummaryDataPoint.BuilderSummaryDataPoint.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) SummaryDataPoint.Builder.removeAttributes(int index) The set of key/value pairs that uniquely identify the timeseries from where this point belongs.SummaryDataPoint.Builder.removeQuantileValues(int index) (Optional) list of values at different quantiles of the distribution calculated from the current snapshot.SummaryDataPoint.Builder.setAttributes(int index, KeyValue value) The set of key/value pairs that uniquely identify the timeseries from where this point belongs.SummaryDataPoint.Builder.setAttributes(int index, KeyValue.Builder builderForValue) The set of key/value pairs that uniquely identify the timeseries from where this point belongs.SummaryDataPoint.Builder.setCount(long value) count is the number of values in the population.SummaryDataPoint.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) SummaryDataPoint.Builder.setFlags(int value) Flags that apply to this specific data point.SummaryDataPoint.Builder.setQuantileValues(int index, SummaryDataPoint.ValueAtQuantile value) (Optional) list of values at different quantiles of the distribution calculated from the current snapshot.SummaryDataPoint.Builder.setQuantileValues(int index, SummaryDataPoint.ValueAtQuantile.Builder builderForValue) (Optional) list of values at different quantiles of the distribution calculated from the current snapshot.SummaryDataPoint.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) SummaryDataPoint.Builder.setStartTimeUnixNano(long value) StartTimeUnixNano is optional but strongly encouraged, see the the detailed comments above Metric.SummaryDataPoint.Builder.setSum(double value) sum of the values in the population.SummaryDataPoint.Builder.setTimeUnixNano(long value) TimeUnixNano is required, see the detailed comments above Metric.final SummaryDataPoint.BuilderSummaryDataPoint.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) SummaryDataPoint.toBuilder()Methods in io.opentelemetry.proto.metrics.v1 that return types with arguments of type SummaryDataPoint.BuilderModifier and TypeMethodDescriptionSummary.Builder.getDataPointsBuilderList()The time series data points.Methods in io.opentelemetry.proto.metrics.v1 with parameters of type SummaryDataPoint.BuilderModifier and TypeMethodDescriptionSummary.Builder.addDataPoints(int index, SummaryDataPoint.Builder builderForValue) The time series data points.Summary.Builder.addDataPoints(SummaryDataPoint.Builder builderForValue) The time series data points.Summary.Builder.setDataPoints(int index, SummaryDataPoint.Builder builderForValue) The time series data points.