Class ImmutableSummaryData
java.lang.Object
io.opentelemetry.sdk.metrics.internal.data.ImmutableSummaryData
- All Implemented Interfaces:
Data<SummaryPointData>, SummaryData
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.
This class is internal and is hence not for public use. Its APIs are unstable and can change at any time.
-
Method Summary
Modifier and TypeMethodDescriptionstatic ImmutableSummaryDatacreate(Collection<SummaryPointData> points) static ImmutableSummaryDataempty()
-
Method Details
-
empty
-
create
-