From b438bcd76850c60a3266c3b3caddead2aa104375 Mon Sep 17 00:00:00 2001 From: David Ashpole Date: Fri, 15 Mar 2024 14:10:03 -0400 Subject: [PATCH] Apply suggestions from code review --- specification/metrics/sdk_exporters/prometheus.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/metrics/sdk_exporters/prometheus.md b/specification/metrics/sdk_exporters/prometheus.md index d618af9089f..86c348a3b21 100644 --- a/specification/metrics/sdk_exporters/prometheus.md +++ b/specification/metrics/sdk_exporters/prometheus.md @@ -26,13 +26,13 @@ Exporter MUST support version `0.0.4` of the [Text-based format](https://github.com/prometheus/docs/blob/main/content/docs/instrumenting/exposition_formats.md#text-based-format). A Prometheus Exporter MAY support Exemplars and Exponential Histograms, which are [not currently supported by the Prometheus text format](../../compatibility/prometheus_and_openmetrics.md#differences-between-prometheus-formats), -by supporting other Prococols, but is not required to implement them. +by supporting other Protocols, but is not required to implement them. A Prometheus Exporter for an OpenTelemetry metrics SDK MUST NOT use [Prometheus Remote Write format](https://github.com/prometheus/prometheus/blob/main/prompb/remote.proto) or [OpenMetrics protobuf format](https://github.com/OpenObservability/OpenMetrics/blob/main/specification/OpenMetrics.md#protobuf-format). -A Prometheus Expoerter for an OpenTelemetry metrics SDK MUST NOT add +A Prometheus Exporter for an OpenTelemetry metrics SDK MUST NOT add [explicit timestamps on Metric points](https://github.com/OpenObservability/OpenMetrics/blob/main/specification/OpenMetrics.md#metric). There MUST be at most one `target` info metric exposed by an SDK