Class SummaryDataPoint.ValueAtQuantile.Builder

  • All Implemented Interfaces:
    com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, SummaryDataPoint.ValueAtQuantileOrBuilder, Cloneable
    Enclosing class:
    SummaryDataPoint.ValueAtQuantile

    public static final class SummaryDataPoint.ValueAtQuantile.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<SummaryDataPoint.ValueAtQuantile.Builder>
    implements SummaryDataPoint.ValueAtQuantileOrBuilder
     Represents the value at a given quantile of a distribution.
     To record Min and Max values following conventions are used:
     - The 1.0 quantile is equivalent to the maximum value observed.
     - The 0.0 quantile is equivalent to the minimum value observed.
     See the following issue for more context:
     https://github.com/open-telemetry/opentelemetry-proto/issues/125
     
    Protobuf type opentelemetry.proto.metrics.v1.SummaryDataPoint.ValueAtQuantile