You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/encoding/protobuf.rs
+1-1
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
//! # counter.clone(),
15
15
//! # );
16
16
//! # counter.inc();
17
-
//! // Returns `MetricSet`, the top-level container type. Please refer to [openmetrics_data_model.proto](https://github.com/OpenObservability/OpenMetrics/blob/main/proto/openmetrics_data_model.proto) for details.
17
+
//! // Returns `MetricSet`, the top-level container type. Please refer to [openmetrics_data_model.proto](https://github.com/prometheus/OpenMetrics/blob/v1.0.0/proto/openmetrics_data_model.proto) for details.
18
18
//! let metric_set = encode(®istry).unwrap();
19
19
//!
20
20
//! let family = metric_set.metric_families.first().unwrap();
0 commit comments