From 86012397a0c7f35c14e3968d7b7eec05d450f45b Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Mon, 24 Feb 2025 15:35:12 -0500 Subject: [PATCH] Update metrics.proto (#632) --- opentelemetry/proto/metrics/v1/metrics.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opentelemetry/proto/metrics/v1/metrics.proto b/opentelemetry/proto/metrics/v1/metrics.proto index 3fc2d35d..a42e51a6 100644 --- a/opentelemetry/proto/metrics/v1/metrics.proto +++ b/opentelemetry/proto/metrics/v1/metrics.proto @@ -194,7 +194,7 @@ message Metric { string description = 2; // unit in which the metric value is reported. Follows the format - // described by http://unitsofmeasure.org/ucum.html. + // described by https://unitsofmeasure.org/ucum.html. string unit = 3; // Data determines the aggregation type (if any) of the metric, what is the