Skip to content

Commit

Permalink
Upgrading exporter to OTel 1.17 (#29656)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydvoss authored Mar 30, 2023
1 parent 37b9218 commit ead7db4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions sdk/monitor/azure-monitor-opentelemetry-exporter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

- Enable AAD Credentials
([#28888](https://github.com/Azure/azure-sdk-for-python/pull/28888))
- Enable AAD Credentials
([#29656](https://github.com/Azure/azure-sdk-for-python/pull/29656))

### Breaking Changes

Expand Down
4 changes: 2 additions & 2 deletions sdk/monitor/azure-monitor-opentelemetry-exporter/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@
"azure-core<2.0.0,>=1.23.0",
"fixedint==0.1.6",
"msrest>=0.6.10",
"opentelemetry-api==1.15.0",
"opentelemetry-sdk==1.15.0",
"opentelemetry-api==1.17.0",
"opentelemetry-sdk==1.17.0",
],
entry_points={
"opentelemetry_traces_exporter": [
Expand Down

0 comments on commit ead7db4

Please sign in to comment.