OpenTelemetry Metrics Exporter - Prometheus
Status: Experimental
A Prometheus Exporter is a Pull Metric Exporter which reports metrics by responding to the Prometheus scraper requests.
A Prometheus Exporter MUST support Pull mode.
A Prometheus Exporter MUST NOT support Push mode.
A Prometheus Exporter MUST only support Cumulative Temporality.
A Prometheus Exporter MUST support version 0.0.4
of the Text-based
format.
A Prometheus Exporter MAY support OpenMetrics Text Format, including the Exemplars.