Uses of Interface
io.opentelemetry.sdk.metrics.data.ValueAtQuantile
Packages that use ValueAtQuantile
Package
Description
Classes which form the in-memory representation of the OpenTelemetry metrics data model.
The data format to model metrics for export.
-
Uses of ValueAtQuantile in io.opentelemetry.sdk.metrics.data
Methods in io.opentelemetry.sdk.metrics.data that return types with arguments of type ValueAtQuantileModifier and TypeMethodDescriptionSummaryPointData.getValues()Returns the list of values at different quantiles in the distribution of measurements. -
Uses of ValueAtQuantile in io.opentelemetry.sdk.metrics.internal.data
Classes in io.opentelemetry.sdk.metrics.internal.data that implement ValueAtQuantileMethods in io.opentelemetry.sdk.metrics.internal.data that return ValueAtQuantileModifier and TypeMethodDescriptionstatic ValueAtQuantileImmutableValueAtQuantile.create(double quantile, double value) Method parameters in io.opentelemetry.sdk.metrics.internal.data with type arguments of type ValueAtQuantileModifier and TypeMethodDescriptionstatic ImmutableSummaryPointDataImmutableSummaryPointData.create(long startEpochNanos, long epochNanos, Attributes attributes, long count, double sum, List<ValueAtQuantile> percentileValues) Creates aSummaryPointData.