We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bde6dd1 commit 4bab7f5Copy full SHA for 4bab7f5
opentelemetry-sdk/src/metrics/internal/exponential_histogram.rs
@@ -108,8 +108,6 @@ impl<T: Number> ExpoHistogramDataPoint<T> {
108
scale_delta = scale_delta,
109
max_size = self.max_size,
110
min_scale = EXPO_MIN_SCALE,
111
- record_min_max = self.record_min_max,
112
- record_sum = self.record_sum,
113
value = format!("{:?}", v),
114
message = "The measurement will be dropped due to scale underflow. Check the histogram configuration"
115
);
0 commit comments