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: sdk/src/generated_sdk.rs
+41-8Lines changed: 41 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -12012,7 +12012,9 @@ pub mod types {
12012
12012
pub struct Histogramdouble {
12013
12013
/// The bins of the histogram.
12014
12014
pub bins: ::std::vec::Vec<Bindouble>,
12015
+
/// The maximum value of all samples in the histogram.
12015
12016
pub max: f64,
12017
+
/// The minimum value of all samples in the histogram.
12016
12018
pub min: f64,
12017
12019
/// The total number of samples in the histogram.
12018
12020
pub n_samples: u64,
@@ -12022,9 +12024,13 @@ pub mod types {
12022
12024
pub p90: Quantile,
12023
12025
/// p99 Quantile
12024
12026
pub p99: Quantile,
12027
+
/// M2 for Welford's algorithm for variance calculation.
12028
+
///
12029
+
/// Read about [Welford's algorithm](https://en.wikipedia.org/wiki/Algorithms_for_calculating_variance#Welford's_online_algorithm) for more information on the algorithm.
/// The maximum value of all samples in the histogram.
12147
12154
pub max: f32,
12155
+
/// The minimum value of all samples in the histogram.
12148
12156
pub min: f32,
12149
12157
/// The total number of samples in the histogram.
12150
12158
pub n_samples: u64,
@@ -12154,9 +12162,13 @@ pub mod types {
12154
12162
pub p90: Quantile,
12155
12163
/// p99 Quantile
12156
12164
pub p99: Quantile,
12165
+
/// M2 for Welford's algorithm for variance calculation.
12166
+
///
12167
+
/// Read about [Welford's algorithm](https://en.wikipedia.org/wiki/Algorithms_for_calculating_variance#Welford's_online_algorithm) for more information on the algorithm.
/// M2 for Welford's algorithm for variance calculation.
12304
+
///
12305
+
/// Read about [Welford's algorithm](https://en.wikipedia.org/wiki/Algorithms_for_calculating_variance#Welford's_online_algorithm) for more information on the algorithm.
/// M2 for Welford's algorithm for variance calculation.
12442
+
///
12443
+
/// Read about [Welford's algorithm](https://en.wikipedia.org/wiki/Algorithms_for_calculating_variance#Welford's_online_algorithm) for more information on the algorithm.
/// M2 for Welford's algorithm for variance calculation.
12580
+
///
12581
+
/// Read about [Welford's algorithm](https://en.wikipedia.org/wiki/Algorithms_for_calculating_variance#Welford's_online_algorithm) for more information on the algorithm.
/// M2 for Welford's algorithm for variance calculation.
12718
+
///
12719
+
/// Read about [Welford's algorithm](https://en.wikipedia.org/wiki/Algorithms_for_calculating_variance#Welford's_online_algorithm) for more information on the algorithm.
/// M2 for Welford's algorithm for variance calculation.
12858
+
///
12859
+
/// Read about [Welford's algorithm](https://en.wikipedia.org/wiki/Algorithms_for_calculating_variance#Welford's_online_algorithm) for more information on the algorithm.
/// M2 for Welford's algorithm for variance calculation.
12998
+
///
12999
+
/// Read about [Welford's algorithm](https://en.wikipedia.org/wiki/Algorithms_for_calculating_variance#Welford's_online_algorithm) for more information on the algorithm.
/// M2 for Welford's algorithm for variance calculation.
13138
+
///
13139
+
/// Read about [Welford's algorithm](https://en.wikipedia.org/wiki/Algorithms_for_calculating_variance#Welford's_online_algorithm) for more information on the algorithm.
/// M2 for Welford's algorithm for variance calculation.
13278
+
///
13279
+
/// Read about [Welford's algorithm](https://en.wikipedia.org/wiki/Algorithms_for_calculating_variance#Welford's_online_algorithm) for more information on the algorithm.
0 commit comments