OpenMetrics
OpenMetrics is an open standard for exposing metrics data in distributed systems. It provides a vendor-neutral, machine-readable format intended to improve interoperability among monitoring systems, data analysis tools, and instrumented applications. The specification covers both a text-based exposition format and a JSON representation, designed to be human-readable while supporting automated parsing at scale.
Key features include a formalized notion of metric families, individual samples with labels, and data types
OpenMetrics is associated with the broader cloud-native observability ecosystem and is compatible with, and widely adopted
See also: Prometheus exposition format, OpenTelemetry, CNCF.