From c80ebb98a77ec312146ec99c5fd4da3560ac3062 Mon Sep 17 00:00:00 2001 From: Ehsan Saei <71217171+esigo@users.noreply.github.com> Date: Tue, 21 Nov 2023 22:22:04 +0100 Subject: [PATCH] Update exporters/prometheus/include/opentelemetry/exporters/prometheus/exporter_utils.h Co-authored-by: David Ashpole --- .../include/opentelemetry/exporters/prometheus/exporter_utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exporters/prometheus/include/opentelemetry/exporters/prometheus/exporter_utils.h b/exporters/prometheus/include/opentelemetry/exporters/prometheus/exporter_utils.h index 704fa37bac..fa3eedd2c4 100644 --- a/exporters/prometheus/include/opentelemetry/exporters/prometheus/exporter_utils.h +++ b/exporters/prometheus/include/opentelemetry/exporters/prometheus/exporter_utils.h @@ -66,7 +66,7 @@ class PrometheusExporterUtils * * @param raw_metric_unitName The raw metric unit for which Prometheus metric unit needs to be * computed. - * @return the computed Prometheus metric unit equivalent of the OTLP metric un + * @return the computed Prometheus metric unit equivalent of the OTLP metric unit */ static std::string GetEquivalentPrometheusUnit(const std::string &raw_metric_unitName);