From 1a0e80f55f503de7fc3c960cfd8b1c159296d9b5 Mon Sep 17 00:00:00 2001 From: David Ashpole Date: Fri, 13 Dec 2024 21:14:24 +0000 Subject: [PATCH] update links to openmetrics to reference the v1.0.0 release --- .../OpenTelemetryProtocolCommon/proto/metrics.pb.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Sources/Exporters/OpenTelemetryProtocolCommon/proto/metrics.pb.swift b/Sources/Exporters/OpenTelemetryProtocolCommon/proto/metrics.pb.swift index 03c6aa47..c0c4219c 100644 --- a/Sources/Exporters/OpenTelemetryProtocolCommon/proto/metrics.pb.swift +++ b/Sources/Exporters/OpenTelemetryProtocolCommon/proto/metrics.pb.swift @@ -705,7 +705,7 @@ public struct Opentelemetry_Proto_Metrics_V1_HistogramDataPoint { /// events, and is assumed to be monotonic over the values of these events. /// Negative events *can* be recorded, but sum should not be filled out when /// doing so. This is specifically to enforce compatibility w/ OpenMetrics, - /// see: https://github.com/OpenObservability/OpenMetrics/blob/main/specification/OpenMetrics.md#histogram + /// see: https://github.com/prometheus/OpenMetrics/blob/v1.0.0/specification/OpenMetrics.md#histogram public var sum: Double { get {return _sum ?? 0} set {_sum = newValue} @@ -816,7 +816,7 @@ public struct Opentelemetry_Proto_Metrics_V1_ExponentialHistogramDataPoint { /// events, and is assumed to be monotonic over the values of these events. /// Negative events *can* be recorded, but sum should not be filled out when /// doing so. This is specifically to enforce compatibility w/ OpenMetrics, - /// see: https://github.com/OpenObservability/OpenMetrics/blob/main/specification/OpenMetrics.md#histogram + /// see: https://github.com/prometheus/OpenMetrics/blob/v1.0.0/specification/OpenMetrics.md#histogram public var sum: Double { get {return _sum ?? 0} set {_sum = newValue} @@ -984,7 +984,7 @@ public struct Opentelemetry_Proto_Metrics_V1_SummaryDataPoint { /// events, and is assumed to be monotonic over the values of these events. /// Negative events *can* be recorded, but sum should not be filled out when /// doing so. This is specifically to enforce compatibility w/ OpenMetrics, - /// see: https://github.com/OpenObservability/OpenMetrics/blob/main/specification/OpenMetrics.md#summary + /// see: https://github.com/prometheus/OpenMetrics/blob/v1.0.0/specification/OpenMetrics.md#summary public var sum: Double = 0 /// (Optional) list of values at different quantiles of the distribution calculated