Skip to content

Commit

Permalink
[monitor] update to latest OTEL (#31431)
Browse files Browse the repository at this point in the history
### Packages impacted by this PR

- @azure/monitor-opentelemetry-exporter
- @azure/monitor-opentelemetry

### Issues associated with this PR

- #31391

### Describe the problem that is addressed by this PR

Updates to latest packages

### What are the possible designs available to address the problem? If
there are more than one possible design, why was the one in this PR
chosen?


### Are there test cases added in this PR? _(If not, why?)_


### Provide a list of related PRs _(if any)_


### Command used to generate this PR:**_(Applicable only to SDK release
request PRs)_

### Checklists
- [ ] 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)_
- [ ] Added a changelog (if necessary)
  • Loading branch information
mpodwysocki authored Oct 16, 2024
1 parent fe7545b commit e008167
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
13 changes: 7 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: 2 additions & 2 deletions sdk/monitor/monitor-opentelemetry-exporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@
"@opentelemetry/sdk-logs": "^0.53.0",
"@opentelemetry/sdk-metrics": "^1.26.0",
"@opentelemetry/sdk-trace-base": "^1.26.0",
"@opentelemetry/semantic-conventions": "^1.26.0",
"tslib": "^2.6.2"
"@opentelemetry/semantic-conventions": "^1.27.0",
"tslib": "^2.7.0"
},
"sideEffects": false,
"keywords": [
Expand Down
10 changes: 5 additions & 5 deletions sdk/monitor/monitor-opentelemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"@azure/core-rest-pipeline": "^1.1.0",
"@azure/logger": "^1.0.0",
"@azure/monitor-opentelemetry-exporter": "1.0.0-beta.26",
"@azure/opentelemetry-instrumentation-azure-sdk": "^1.0.0-beta.5",
"@azure/opentelemetry-instrumentation-azure-sdk": "^1.0.0-beta.7",
"@microsoft/applicationinsights-web-snippet": "^1.2.1",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/api-logs": "^0.53.0",
Expand All @@ -99,9 +99,9 @@
"@opentelemetry/instrumentation-http": "^0.53.0",
"@opentelemetry/instrumentation-mongodb": "^0.47.0",
"@opentelemetry/instrumentation-mysql": "^0.41.0",
"@opentelemetry/instrumentation-pg": "^0.44.0",
"@opentelemetry/instrumentation-pg": "^0.45.1",
"@opentelemetry/instrumentation-redis": "^0.42.0",
"@opentelemetry/instrumentation-redis-4": "^0.42.0",
"@opentelemetry/instrumentation-redis-4": "^0.42.1",
"@opentelemetry/instrumentation-winston": "^0.40.0",
"@opentelemetry/resource-detector-azure": "^0.2.11",
"@opentelemetry/resources": "^1.26.0",
Expand All @@ -110,9 +110,9 @@
"@opentelemetry/sdk-node": "^0.53.0",
"@opentelemetry/sdk-trace-base": "^1.26.0",
"@opentelemetry/sdk-trace-node": "^1.26.0",
"@opentelemetry/semantic-conventions": "^1.26.0",
"@opentelemetry/semantic-conventions": "^1.27.0",
"@opentelemetry/winston-transport": "^0.6.0",
"tslib": "^2.6.2"
"tslib": "^2.7.0"
},
"sideEffects": false,
"keywords": [
Expand Down

0 comments on commit e008167

Please sign in to comment.