@@ -452,7 +452,7 @@ message HistogramDataPoint {
452
452
// events, and is assumed to be monotonic over the values of these events.
453
453
// Negative events *can* be recorded, but sum should not be filled out when
454
454
// doing so. This is specifically to enforce compatibility w/ OpenMetrics,
455
- // see: https://github.com/OpenObservability /OpenMetrics/blob/main /specification/OpenMetrics.md#histogram
455
+ // see: https://github.com/prometheus /OpenMetrics/blob/v1.0.0 /specification/OpenMetrics.md#histogram
456
456
optional double sum = 5 ;
457
457
458
458
// bucket_counts is an optional field contains the count values of histogram
@@ -531,7 +531,7 @@ message ExponentialHistogramDataPoint {
531
531
// events, and is assumed to be monotonic over the values of these events.
532
532
// Negative events *can* be recorded, but sum should not be filled out when
533
533
// doing so. This is specifically to enforce compatibility w/ OpenMetrics,
534
- // see: https://github.com/OpenObservability /OpenMetrics/blob/main /specification/OpenMetrics.md#histogram
534
+ // see: https://github.com/prometheus /OpenMetrics/blob/v1.0.0 /specification/OpenMetrics.md#histogram
535
535
optional double sum = 5 ;
536
536
537
537
// scale describes the resolution of the histogram. Boundaries are
@@ -645,7 +645,7 @@ message SummaryDataPoint {
645
645
// events, and is assumed to be monotonic over the values of these events.
646
646
// Negative events *can* be recorded, but sum should not be filled out when
647
647
// doing so. This is specifically to enforce compatibility w/ OpenMetrics,
648
- // see: https://github.com/OpenObservability /OpenMetrics/blob/main /specification/OpenMetrics.md#summary
648
+ // see: https://github.com/prometheus /OpenMetrics/blob/v1.0.0 /specification/OpenMetrics.md#summary
649
649
double sum = 5 ;
650
650
651
651
// Represents the value at a given quantile of a distribution.
0 commit comments