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
/// Summary metric data are used to convey quantile summaries,
294
294
/// a Prometheus (see: <https://prometheus.io/docs/concepts/metric_types/#summary>)
295
-
/// and OpenMetrics (see: <https://github.com/OpenObservability/OpenMetrics/blob/4dbf6075567ab43296eed941037c12951faafb92/protos/prometheus.proto#L45>)
295
+
/// and OpenMetrics (see: <https://github.com/prometheus/OpenMetrics/blob/4dbf6075567ab43296eed941037c12951faafb92/protos/prometheus.proto#L45>)
296
296
/// data type. These data points cannot always be merged in a meaningful way.
297
297
/// While they can be useful in some applications, histogram data points are
0 commit comments