Skip to content

Commit

Permalink
[Azure Monitor Exporter] Release 1.0.0-beta.17 (#27355)
Browse files Browse the repository at this point in the history
### Packages impacted by this PR
@azure/monitor-opentelemetry-exporter

1.0.0-beta.17 Release
  • Loading branch information
JacksonWeber authored Oct 9, 2023
1 parent eee9f38 commit 1ad35db
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 5 deletions.
17 changes: 17 additions & 0 deletions sdk/monitor/monitor-opentelemetry-exporter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Release History

## 1.0.0-beta.17 (2023-10-09)

### Features Added

- Update OpenTelemetry dependency packages.
- Add support for aadAudience configuration using connection string.

### Bugs Fixed

- Fix issue with credentialScopes setup not being passed to core-client.
- Fix Statsbeat metric names.

### Other Changes

- Add performance tests.
- Add metric and span util tests.

## 1.0.0-beta.16 (2023-08-30)

### Bugs Fixed
Expand Down
2 changes: 1 addition & 1 deletion sdk/monitor/monitor-opentelemetry-exporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@azure/monitor-opentelemetry-exporter",
"author": "Microsoft Corporation",
"sdk-type": "client",
"version": "1.0.0-beta.16",
"version": "1.0.0-beta.17",
"description": "Application Insights exporter for the OpenTelemetry JavaScript (Node.js) SDK",
"main": "dist/index.js",
"module": "dist-esm/src/index.js",
Expand Down

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

Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const TIME_SINCE_ENQUEUED = "timeSinceEnqueued";
* AzureMonitorTraceExporter version.
* @internal
*/
export const packageVersion = "1.0.0-beta.16";
export const packageVersion = "1.0.0-beta.17";

export enum DependencyTypes {
InProc = "InProc",
Expand Down
2 changes: 1 addition & 1 deletion sdk/monitor/monitor-opentelemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
},
"dependencies": {
"@azure/functions": "^3.2.0",
"@azure/monitor-opentelemetry-exporter": "1.0.0-beta.16",
"@azure/monitor-opentelemetry-exporter": "1.0.0-beta.17",
"@azure/opentelemetry-instrumentation-azure-sdk": "^1.0.0-beta.5",
"@opentelemetry/api": "^1.6.0",
"@opentelemetry/api-logs": "^0.43.0",
Expand Down
2 changes: 1 addition & 1 deletion sdk/monitor/monitor-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
"@azure/abort-controller": "^1.0.0",
"@azure/identity": "^3.3.0",
"@azure/monitor-opentelemetry-exporter": "1.0.0-beta.16",
"@azure/monitor-opentelemetry-exporter": "1.0.0-beta.17",
"@azure/test-utils": "^1.0.0",
"@azure-tools/test-recorder": "^3.0.0",
"@microsoft/api-extractor": "^7.31.1",
Expand Down

0 comments on commit 1ad35db

Please sign in to comment.