Skip to content
Prev Previous commit
Next Next commit
Update changelog
  • Loading branch information
rajkumar-rangaraj committed Sep 23, 2024
commit 32a93ead3c5ce8f121db29a66a772690b3ea576a
9 changes: 9 additions & 0 deletions src/OpenTelemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ Notes](../../RELEASENOTES.md).
`Microsoft.Extensions.Diagnostics.Abstractions` packages version to
`9.0.0-rc.1.24431.7`.
([#5853](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5853))

* Added support in metrics for histogram bucket boundaries set via the .NET 9
[InstrumentAdvice<T>](https://learn.microsoft.com/dotnet/api/system.diagnostics.metrics.instrumentadvice-1)
API. Explicit bucket histogram boundary resolution applies in the following
order:
1. View API
2. Advice API
3. SDK defaults.
([#5854](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5854))

## 1.9.0

Expand Down