Skip to content

Commit

Permalink
[monitor/monitor-opentelemetry-exporter] Update OpenTelemetry Instrum…
Browse files Browse the repository at this point in the history
…entation Packages (Azure#25996)

### Packages impacted by this PR
@azure/monitor-opentelemetry-exporter

### Issues associated with this PR
microsoft/ApplicationInsights-node.js#1144

### Describe the problem that is addressed by this PR
Update the `@opentelemetry/instrumentation` libraries in order to
resolve a dependency conflict with `@azure/functions-core`

### Are there test cases added in this PR? _(If not, why?)_
No. This is just an update of dependencies.

### Checklists
- [x] Added impacted package name to the issue description
- [ ] Does this PR needs any fixes in the SDK Generator?** _(If so,
create an Issue in the
[Autorest/typescript](https://github.com/Azure/autorest.typescript)
repository and link it here)_
- [x] Added a changelog (if necessary)
  • Loading branch information
JacksonWeber authored and minhanh-phan committed Jun 12, 2023
1 parent dfa91db commit 8741aa3
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 8 deletions.
27 changes: 21 additions & 6 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions sdk/monitor/monitor-opentelemetry-exporter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History

### Features Added

- Update opentelemetry/instrumentation packages.

## 1.0.0-beta.12 (2023-04-04)

### Features Added
Expand Down
4 changes: 2 additions & 2 deletions sdk/monitor/monitor-opentelemetry-exporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@
"@azure/dev-tool": "^1.0.0",
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
"@microsoft/api-extractor": "^7.31.1",
"@opentelemetry/instrumentation": "^0.38.0",
"@opentelemetry/instrumentation-http": "^0.38.0",
"@opentelemetry/instrumentation": "^0.39.0",
"@opentelemetry/instrumentation-http": "^0.39.0",
"@opentelemetry/sdk-trace-node": "^1.12.0",
"@types/mocha": "^7.0.2",
"@types/node": "^14.0.0",
Expand Down

0 comments on commit 8741aa3

Please sign in to comment.