@@ -91,7 +91,7 @@ pub struct ScopeMetrics {
91
91
/// |data |---> |Gauge, Sum, Histogram, Summary, ... |
92
92
/// +------------+ +------------------------------------+
93
93
///
94
- /// Data [One of Gauge, Sum, Histogram, Summary, ...]
94
+ /// Data \ [One of Gauge, Sum, Histogram, Summary, ...\ ]
95
95
/// +-----------+
96
96
/// |... | // Metadata about the Data.
97
97
/// |points |--+
@@ -516,7 +516,7 @@ pub struct ExponentialHistogramDataPoint {
516
516
pub max : :: core:: option:: Option < f64 > ,
517
517
/// ZeroThreshold may be optionally set to convey the width of the zero
518
518
/// region. Where the zero region is defined as the closed interval
519
- /// [-ZeroThreshold, ZeroThreshold].
519
+ /// \ [-ZeroThreshold, ZeroThreshold\ ].
520
520
/// When ZeroThreshold is 0, zero count bucket stores values that cannot be
521
521
/// expressed using the standard exponential formula as well as values that
522
522
/// have been rounded to zero.
@@ -617,7 +617,7 @@ pub mod summary_data_point {
617
617
#[ derive( Clone , PartialEq , :: prost:: Message ) ]
618
618
pub struct ValueAtQuantile {
619
619
/// The quantile of a distribution. Must be in the interval
620
- /// [0.0, 1.0].
620
+ /// \ [0.0, 1.0\ ].
621
621
#[ prost( double, tag = "1" ) ]
622
622
pub quantile : f64 ,
623
623
/// The value at the given quantile of a distribution.
0 commit comments