Skip to content

Commit

Permalink
Histogram is backward compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Shapiro committed Jan 24, 2024
1 parent 892b6f1 commit d2f7ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opentelemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ gains, and avoids `IndexMap` dependency. This affects `body` and `attributes` of
same set of attributes are used across instruments. This is backward
compatible with previous calls passing in `&[KeyValue]`.
[#1421](https://github.com/open-telemetry/opentelemetry-rust/pull/1421)
- `Histograms` and `Gauges` no longer accept `&[KeyValue]` parameters for
- `Gauges` no longer accept `&[KeyValue]` parameters for
`observe()` or `record()` calls, and only accept a precreated `AttributeSet`
value.
[#1421](https://github.com/open-telemetry/opentelemetry-rust/pull/1421)
Expand Down

0 comments on commit d2f7ad0

Please sign in to comment.