Skip to content

Commit bde6dd1

Browse files
lalitbcijothomas
andauthored
Update opentelemetry-sdk/src/metrics/internal/exponential_histogram.rs
Co-authored-by: Cijo Thomas <[email protected]>
1 parent 76a02a1 commit bde6dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-sdk/src/metrics/internal/exponential_histogram.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ impl<T: Number> ExpoHistogramDataPoint<T> {
111111
record_min_max = self.record_min_max,
112112
record_sum = self.record_sum,
113113
value = format!("{:?}", v),
114-
error = "The measurement will be dropped due to scale underflow. Check the histogram configuration"
114+
message = "The measurement will be dropped due to scale underflow. Check the histogram configuration"
115115
);
116116

117117
return;

0 commit comments

Comments
 (0)