Skip to content

Commit

Permalink
Code changes
Browse files Browse the repository at this point in the history
  • Loading branch information
utpilla committed Sep 21, 2024
1 parent 5e2a098 commit 91fe65c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions opentelemetry/src/metrics/instruments/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ impl<T> fmt::Debug for HistogramBuilder<'_, T> {
.field("name", &self.name)
.field("description", &self.description)
.field("unit", &self.unit)
.field("boundaries", &self.boundaries)
.field(
"kind",
&format!("Histogram<{}>", &std::any::type_name::<T>()),
Expand Down

0 comments on commit 91fe65c

Please sign in to comment.