Skip to content

Commit d34dec4

Browse files
authored
[Monitor OpenTelemetry][Monitor OpenTelemetry Exporter] Release Exporter 1.0.0-beta.23 & Distro 1.5.0 (Azure#29657)
### Packages impacted by this PR @azure/monitor-opentelemetry @azure/monitor-opentelemetry-exporter ### 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)
1 parent 75322a1 commit d34dec4

File tree

10 files changed

+17
-15
lines changed

10 files changed

+17
-15
lines changed

sdk/monitor/monitor-opentelemetry-exporter/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# Release History
22

3-
## Unreleased ()
3+
## 1.0.0-beta.23 (2024-05-10)
44

55
### Features Added
66

77
- Capture and export measurements when creating log records from the Application Insights 3.X SDK.
88

99
### Other Changes
1010

11+
- Add live metrics activation tracking to statsbeat.
12+
- Update OpenTelemetry dependencies.
1113
- Convert OTel-valid performance counter names to appropriate breeze names.
1214

1315
## 1.0.0-beta.22 (2024-04-16)

sdk/monitor/monitor-opentelemetry-exporter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@azure/monitor-opentelemetry-exporter",
33
"author": "Microsoft Corporation",
44
"sdk-type": "client",
5-
"version": "1.0.0-beta.22",
5+
"version": "1.0.0-beta.23",
66
"description": "Application Insights exporter for the OpenTelemetry JavaScript (Node.js) SDK",
77
"main": "dist/index.js",
88
"module": "dist-esm/src/index.js",

sdk/monitor/monitor-opentelemetry-exporter/src/generated/applicationInsightsClient.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/monitor/monitor-opentelemetry-exporter/src/utils/constants/applicationinsights.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const TIME_SINCE_ENQUEUED = "timeSinceEnqueued";
2020
* AzureMonitorTraceExporter version.
2121
* @internal
2222
*/
23-
export const packageVersion = "1.0.0-beta.22";
23+
export const packageVersion = "1.0.0-beta.23";
2424

2525
export enum DependencyTypes {
2626
InProc = "InProc",

sdk/monitor/monitor-opentelemetry-exporter/swagger/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ input-file: https://github.com/Azure/azure-rest-api-specs/blob/main/specificatio
2525
add-credentials: false
2626
use-extension:
2727
"@autorest/typescript": "latest"
28-
package-version: 1.0.0-beta.22
28+
package-version: 1.0.0-beta.23
2929
typescript: true
3030
v3: true
3131
```

sdk/monitor/monitor-opentelemetry/CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# Release History
22

3-
## 1.4.1 (Unreleased)
3+
## 1.5.0 (2024-05-10)
44

55
### Features Added
66

77
- Allow setting log level for winston and bunyan via environment variable.
8-
9-
### Breaking Changes
10-
11-
### Bugs Fixed
8+
- Add Winston Log instrumentation.
9+
- Add log level configuration for Bunyan and Winston loggers.
1210

1311
### Other Changes
1412

13+
- Updated OpenTelemetry dependencies.
14+
1515
## 1.4.0 (2024-04-16)
1616

1717
### Features Added

sdk/monitor/monitor-opentelemetry/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@azure/monitor-opentelemetry",
33
"author": "Microsoft Corporation",
44
"sdk-type": "client",
5-
"version": "1.4.1",
5+
"version": "1.5.0",
66
"description": "Azure Monitor OpenTelemetry (Node.js)",
77
"main": "dist/index.js",
88
"module": "dist-esm/src/index.js",
@@ -87,7 +87,7 @@
8787
"@azure/core-rest-pipeline": "^1.1.0",
8888
"@azure/functions": "^3.2.0",
8989
"@azure/logger": "^1.0.0",
90-
"@azure/monitor-opentelemetry-exporter": "1.0.0-beta.22",
90+
"@azure/monitor-opentelemetry-exporter": "1.0.0-beta.23",
9191
"@azure/opentelemetry-instrumentation-azure-sdk": "^1.0.0-beta.5",
9292
"@microsoft/applicationinsights-web-snippet": "^1.1.2",
9393
"@opentelemetry/api": "^1.8.0",

sdk/monitor/monitor-opentelemetry/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export interface BrowserSdkLoaderOptions {
8989
connectionString?: string;
9090
}
9191

92-
export const AZURE_MONITOR_OPENTELEMETRY_VERSION = "1.4.0";
92+
export const AZURE_MONITOR_OPENTELEMETRY_VERSION = "1.5.0";
9393
export const AZURE_MONITOR_STATSBEAT_FEATURES = "AZURE_MONITOR_STATSBEAT_FEATURES";
9494
export const AZURE_MONITOR_PREFIX = "AZURE_MONITOR_PREFIX";
9595
export const AZURE_MONITOR_AUTO_ATTACH = "AZURE_MONITOR_AUTO_ATTACH";

sdk/monitor/monitor-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
102102
"@azure/abort-controller": "^1.0.0",
103103
"@azure/identity": "^4.0.1",
104-
"@azure/monitor-opentelemetry-exporter": "1.0.0-beta.22",
104+
"@azure/monitor-opentelemetry-exporter": "1.0.0-beta.23",
105105
"@azure-tools/test-utils": "^1.0.1",
106106
"@azure-tools/test-credential": "^1.0.0",
107107
"@azure-tools/test-recorder": "^3.0.0",

sdk/monitor/perf-tests/monitor-opentelemetry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"author": "",
1010
"license": "ISC",
1111
"dependencies": {
12-
"@azure/monitor-opentelemetry": "^1.4.0",
12+
"@azure/monitor-opentelemetry": "^1.5.0",
1313
"@azure-tools/test-perf": "^1.0.0",
1414
"dotenv": "^16.0.0",
1515
"@opentelemetry/api": "^1.8.0",

0 commit comments

Comments
 (0)