From d2f7ad024d886d6dda17a3a17131922232d3e78f Mon Sep 17 00:00:00 2001 From: Matthew Shapiro Date: Wed, 24 Jan 2024 14:18:22 -0500 Subject: [PATCH] Histogram is backward compatible --- opentelemetry/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opentelemetry/CHANGELOG.md b/opentelemetry/CHANGELOG.md index 8b7962c8c3..cad688c645 100644 --- a/opentelemetry/CHANGELOG.md +++ b/opentelemetry/CHANGELOG.md @@ -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)