Class DoubleSummaryData
java.lang.Object
io.opentelemetry.sdk.metrics.data.DoubleSummaryData
- All Implemented Interfaces:
Data<DoubleSummaryPointData>
@Immutable
public abstract class DoubleSummaryData
extends Object
implements Data<DoubleSummaryPointData>
A summary metric point.
See: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/datamodel.md#summary
Note: This is called "DoubleSummary" to reflect which primitives are used to record it, however "Summary" is the equivalent OTLP type.
Summary is considered a legacy metric type, and shouldn't be produced (by default) from instruments.
-
Method Summary
Modifier and TypeMethodDescriptionstatic DoubleSummaryDatacreate(Collection<DoubleSummaryPointData> points) abstract Collection<DoubleSummaryPointData>Returns the dataPointDatas for this metric.