Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions sdk/monitor/azure-monitor-opentelemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
# Release History

## 1.8.6 (Unreleased)
## 1.8.6 (2026-02-05)

### Features Added

- Enable live metrics by default
([#44902](https://github.com/Azure/azure-sdk-for-python/pull/44902))

### Breaking Changes

- The default sampling behavior has been changed from ApplicationInsightsSampler with 100% sampling (all traces sampled) to RateLimitedSampler with 5.0 traces per second. This change significantly reduces telemetry volume for high-traffic applications and provides better cost optimization out of the box. Impact: Applications with more than 5 requests per second will see fewer traces exported by default.
([#44925](https://github.com/Azure/azure-sdk-for-python/pull/44925))

### Bugs Fixed

### Other Changes
- Add missing copyright headers and ensure consistent formatting across files.

Expand Down
2 changes: 1 addition & 1 deletion sdk/monitor/azure-monitor-opentelemetry/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
install_requires=[
"azure-core<2.0.0,>=1.28.0",
"azure-core-tracing-opentelemetry~=1.0.0b11",
"azure-monitor-opentelemetry-exporter~=1.0.0b46",
"azure-monitor-opentelemetry-exporter~=1.0.0b47",
"opentelemetry-sdk==1.39",
"opentelemetry-instrumentation-django==0.60b0",
"opentelemetry-instrumentation-fastapi==0.60b0",
Expand Down