Skip to content

Commit d4a4703

Browse files
authored
update links to openmetrics to reference the v1.0.0 release (#612)
1 parent ae87ce7 commit d4a4703

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

opentelemetry/proto/metrics/v1/metrics.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ message HistogramDataPoint {
452452
// events, and is assumed to be monotonic over the values of these events.
453453
// Negative events *can* be recorded, but sum should not be filled out when
454454
// 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
456456
optional double sum = 5;
457457

458458
// bucket_counts is an optional field contains the count values of histogram
@@ -531,7 +531,7 @@ message ExponentialHistogramDataPoint {
531531
// events, and is assumed to be monotonic over the values of these events.
532532
// Negative events *can* be recorded, but sum should not be filled out when
533533
// 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
535535
optional double sum = 5;
536536

537537
// scale describes the resolution of the histogram. Boundaries are
@@ -645,7 +645,7 @@ message SummaryDataPoint {
645645
// events, and is assumed to be monotonic over the values of these events.
646646
// Negative events *can* be recorded, but sum should not be filled out when
647647
// 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
649649
double sum = 5;
650650

651651
// Represents the value at a given quantile of a distribution.

0 commit comments

Comments
 (0)