Overview of the OpenTelemetry Metrics Data Model
mainThe OpenTelemetry metrics data model consists of a protocol specification and semantic conventions for delivering pre-aggregated metric timeseries data. It is designed to be highly interoperable, allowing for the unambiguous translation of data from existing formats like Prometheus and Statsd without loss of semantics or fidelity.
Key capabilities include:
- Interoperability: Supports importing from and exporting to various existing systems.
- Transformation Support: Enables semantics-preserving transformations like temporal reaggregation, spatial reaggregation, and Delta-to-Cumulative conversion.
- Flexibility: Supports both cumulative and delta transport to manage reliability, statelessness, and cost (via spatial and temporal reaggregation).