Skip to content

Commit

Permalink
Update OTel exporter changelog (Azure#42135)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbisutti authored and mssfang committed Oct 21, 2024
1 parent 1f683f3 commit 465b84e
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions sdk/monitor/azure-monitor-opentelemetry-exporter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,28 @@
# Release History

## 1.0.0-beta.29 (Unreleased)

### Features Added
## 1.0.0-beta.29 (2024-10-02)

### Breaking Changes

⚠️⚠️ The `AzureMonitorExporterBuilder` class has been replaced with the `AzureMonitorExporter` class ([41705](https://github.com/Azure/azure-sdk-for-java/pull/41705) and [42134](https://github.com/Azure/azure-sdk-for-java/pull/42134)):

```java
AutoConfiguredOpenTelemetrySdkBuilder sdkBuilder = AutoConfiguredOpenTelemetrySdk.builder();
AzureMonitorExporter.customize(sdkBuilder);
OpenTelemetry openTelemetry = sdkBuilder.build().getOpenTelemetrySdk();
```

See the [Readme](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/monitor/azure-monitor-opentelemetry-exporter) for more details

### Bugs Fixed
- Fix a bug where post requests to Live Metrics returned http 400 due to malformed json.
- [Fix a race condition RejectedExecutionException](https://github.com/Azure/azure-sdk-for-java/pull/41927)
- [Fix a bug where post requests to Live Metrics returned http 400 due to malformed json](https://github.com/Azure/azure-sdk-for-java/pull/42147)

### Other Changes
- [Better populate exception type name and message from span events](https://github.com/Azure/azure-sdk-for-java/pull/41397)
- [Update OpenTelemetry SDK to 1.42.1](https://github.com/Azure/azure-sdk-for-java/pull/41931))
- [Improve the error message for null connection string](https://github.com/Azure/azure-sdk-for-java/pull/42034)
- [Update message in case of connection failure](https://github.com/Azure/azure-sdk-for-java/pull/42103)

## 1.0.0-beta.28 (2024-08-08)

Expand Down

0 comments on commit 465b84e

Please sign in to comment.