Skip to content

Commit 29a3ee1

Browse files
authored
[Monitor OpenTelemetry][Monitor OpenTelemetry Exporter] Release 1.11.0 & Exporter beta.31 (#33887)
### 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 aa2ee14 commit 29a3ee1

File tree

13 files changed

+22
-19
lines changed

13 files changed

+22
-19
lines changed

sdk/ai/ai-inference-rest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"@azure/dev-tool": "^1.0.0",
9999
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
100100
"@azure/identity": "^4.6.0",
101-
"@azure/monitor-opentelemetry-exporter": "1.0.0-beta.30",
101+
"@azure/monitor-opentelemetry-exporter": "1.0.0-beta.31",
102102
"@azure/opentelemetry-instrumentation-azure-sdk": "1.0.0-beta.7",
103103
"@opentelemetry/api": "^1.9.0",
104104
"@opentelemetry/instrumentation": "^0.57.1",

sdk/ai/ai-projects/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
7676
"@azure/identity": "^4.3.0",
7777
"@azure/opentelemetry-instrumentation-azure-sdk": "^1.0.0-beta.7",
78-
"@azure/monitor-opentelemetry-exporter": "^1.0.0-beta.30",
78+
"@azure/monitor-opentelemetry-exporter": "^1.0.0-beta.31",
7979
"@azure-tools/test-credential": "^2.0.0",
8080
"@azure-tools/test-recorder": "^4.1.0",
8181
"@azure-tools/test-utils-vitest": "^1.0.0",

sdk/ai/ai-projects/samples/v1-beta/javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"dependencies": {
2929
"@azure/ai-projects": "next",
3030
"dotenv": "latest",
31-
"@azure/monitor-opentelemetry-exporter": "^1.0.0-beta.30",
31+
"@azure/monitor-opentelemetry-exporter": "^1.0.0-beta.31",
3232
"@azure/opentelemetry-instrumentation-azure-sdk": "^1.0.0-beta.7",
3333
"@opentelemetry/api": "^1.9.0",
3434
"@opentelemetry/instrumentation": "0.57.0",

sdk/ai/ai-projects/samples/v1-beta/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"dependencies": {
3333
"@azure/ai-projects": "next",
3434
"dotenv": "latest",
35-
"@azure/monitor-opentelemetry-exporter": "^1.0.0-beta.30",
35+
"@azure/monitor-opentelemetry-exporter": "^1.0.0-beta.31",
3636
"@azure/opentelemetry-instrumentation-azure-sdk": "^1.0.0-beta.7",
3737
"@opentelemetry/api": "^1.9.0",
3838
"@opentelemetry/instrumentation": "0.57.0",

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

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

3-
## 1.0.0-beta.31 ()
3+
## 1.0.0-beta.31 (2025-04-16)
44

55
### Features Added
66

77
- Support `syntheticSource` from `user_agent.synthetic.type` semantic convention.
88

9+
### Bugs Fixed
10+
11+
- Fixed process time normalized calculation returning NaN.
12+
913
## Other Changes
1014

1115
- Hide iKey in debug logs.
1216
- Add to statsbeat success count when a batch of envelopes is partially accepted by breeze.
1317

1418
## 1.0.0-beta.30 (2025-04-09)
1519

16-
### Bugs Fixed
17-
18-
- Fixed process time normalized calculation returning NaN.
19-
2020
### Features Added
2121

2222
- Support setting the AiLocationIp on logs and events.

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.30",
5+
"version": "1.0.0-beta.31",
66
"description": "Application Insights exporter for the OpenTelemetry JavaScript (Node.js) SDK",
77
"main": "./dist/commonjs/index.js",
88
"module": "./dist/esm/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.30";
23+
export const packageVersion = "1.0.0-beta.31";
2424

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"private": true,
4545
"dependencies": {
4646
"@azure-tools/test-perf": "^1.0.0",
47-
"@azure/monitor-opentelemetry": "^1.10.0",
47+
"@azure/monitor-opentelemetry": "^1.11.0",
4848
"@opentelemetry/api": "^1.9.0",
4949
"@opentelemetry/api-logs": "^0.57.1",
5050
"@opentelemetry/sdk-logs": "^0.57.1",

sdk/monitor/monitor-opentelemetry/CHANGELOG.md

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

3-
## 1.11.0 ()
3+
## 1.11.0 (2025-04-16)
44

55
### Features Added
66

@@ -10,6 +10,10 @@
1010

1111
- Fixed process time normalized calculation returning NaN.
1212

13+
### Other Changes
14+
15+
- Hide iKey in debug logs.
16+
1317
## 1.10.0 (2025-04-09)
1418

1519
### Features Added
@@ -21,7 +25,6 @@
2125
- Add support for detecting the Application Insights shim on internal verison.
2226
- Native ESM support has been added, and this package will now emit both CommonJS and ESM. [#32819](https://github.com/Azure/azure-sdk-for-js/pull/32819)
2327
- Add undefined checks for document filtering functions.
24-
- Hide iKey in debug logs.
2528

2629
## 1.9.0 (2025-03-04)
2730

0 commit comments

Comments
 (0)