MicroProfile Metrics provides a REST API for exposing system and application metrics. It is included in MicroProfile 1.2 and later. Key features include a REST endpoint for accessing metrics in different formats like Prometheus text or JSON. Metrics can be exposed by annotating fields, methods, and classes. Values are updated by calling methods on injected metric objects and the metrics are then available at the REST endpoint.