Skip to content

Commit

Permalink
[Monitor OpenTelemetry][Monitor OpenTelemetry Exporter] Release Distr…
Browse files Browse the repository at this point in the history
…o 1.9.0 and Exporter beta.29 (#33249)

### Packages impacted by this PR

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

### Changes
* Releases and updates monitor-opentelemetry and
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)
  • Loading branch information
JacksonWeber authored Mar 4, 2025
1 parent 20057ff commit d1a82ef
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion sdk/ai/ai-inference-rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"@azure/dev-tool": "^1.0.0",
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
"@azure/identity": "^4.6.0",
"@azure/monitor-opentelemetry-exporter": "1.0.0-beta.28",
"@azure/monitor-opentelemetry-exporter": "1.0.0-beta.29",
"@azure/opentelemetry-instrumentation-azure-sdk": "1.0.0-beta.7",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/instrumentation": "^0.57.1",
Expand Down
2 changes: 1 addition & 1 deletion sdk/ai/ai-projects/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
"@azure/identity": "^4.3.0",
"@azure/opentelemetry-instrumentation-azure-sdk": "^1.0.0-beta.7",
"@azure/monitor-opentelemetry-exporter": "^1.0.0-beta.28",
"@azure/monitor-opentelemetry-exporter": "^1.0.0-beta.29",
"@azure-tools/test-credential": "^2.0.0",
"@azure-tools/test-recorder": "^4.1.0",
"@azure-tools/test-utils-vitest": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion sdk/ai/ai-projects/samples/v1-beta/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@azure/ai-projects": "next",
"dotenv": "latest",
"@azure/monitor-opentelemetry-exporter": "^1.0.0-beta.28",
"@azure/monitor-opentelemetry-exporter": "^1.0.0-beta.29",
"@azure/opentelemetry-instrumentation-azure-sdk": "^1.0.0-beta.7",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/instrumentation": "0.53.0",
Expand Down
2 changes: 1 addition & 1 deletion sdk/ai/ai-projects/samples/v1-beta/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@azure/ai-projects": "next",
"dotenv": "latest",
"@azure/monitor-opentelemetry-exporter": "^1.0.0-beta.28",
"@azure/monitor-opentelemetry-exporter": "^1.0.0-beta.29",
"@azure/opentelemetry-instrumentation-azure-sdk": "^1.0.0-beta.7",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/instrumentation": "0.53.0",
Expand Down
2 changes: 1 addition & 1 deletion sdk/monitor/monitor-opentelemetry-exporter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 1.0.0-beta.29 ()
## 1.0.0-beta.29 (2025-03-03)

### Features Added

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.28",
"version": "1.0.0-beta.29",
"description": "Application Insights exporter for the OpenTelemetry JavaScript (Node.js) SDK",
"main": "./dist/commonjs/index.js",
"module": "./dist/esm/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.28";
export const packageVersion = "1.0.0-beta.29";

export enum DependencyTypes {
InProc = "InProc",
Expand Down
2 changes: 1 addition & 1 deletion sdk/monitor/monitor-opentelemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 1.9.0 ()
## 1.9.0 (2025-03-03)

### Features Added

Expand Down
4 changes: 2 additions & 2 deletions sdk/monitor/monitor-opentelemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@azure/monitor-opentelemetry",
"author": "Microsoft Corporation",
"sdk-type": "client",
"version": "1.8.1",
"version": "1.9.0",
"description": "Azure Monitor OpenTelemetry (Node.js)",
"main": "dist/index.js",
"module": "dist-esm/src/index.js",
Expand Down Expand Up @@ -86,7 +86,7 @@
"@azure/core-client": "^1.0.0",
"@azure/core-rest-pipeline": "^1.1.0",
"@azure/logger": "^1.0.0",
"@azure/monitor-opentelemetry-exporter": "1.0.0-beta.28",
"@azure/monitor-opentelemetry-exporter": "1.0.0-beta.29",
"@azure/opentelemetry-instrumentation-azure-sdk": "^1.0.0-beta.7",
"@microsoft/applicationinsights-web-snippet": "^1.2.1",
"@opentelemetry/api": "^1.9.0",
Expand Down
2 changes: 1 addition & 1 deletion sdk/monitor/monitor-opentelemetry/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export interface BrowserSdkLoaderOptions {
connectionString?: string;
}

export const AZURE_MONITOR_OPENTELEMETRY_VERSION = "1.8.1";
export const AZURE_MONITOR_OPENTELEMETRY_VERSION = "1.9.0";
export const AZURE_MONITOR_STATSBEAT_FEATURES = "AZURE_MONITOR_STATSBEAT_FEATURES";
export const AZURE_MONITOR_PREFIX = "AZURE_MONITOR_PREFIX";
export const AZURE_MONITOR_AUTO_ATTACH = "AZURE_MONITOR_AUTO_ATTACH";
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 @@ -102,7 +102,7 @@
"@azure/dev-tool": "^1.0.0",
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
"@azure/identity": "^4.6.0",
"@azure/monitor-opentelemetry-exporter": "1.0.0-beta.28",
"@azure/monitor-opentelemetry-exporter": "1.0.0-beta.29",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/sdk-trace-base": "^1.30.1",
"@opentelemetry/sdk-trace-node": "^1.30.1",
Expand Down
2 changes: 1 addition & 1 deletion sdk/monitor/perf-tests/monitor-opentelemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"license": "MIT",
"dependencies": {
"@azure-tools/test-perf": "^1.0.0",
"@azure/monitor-opentelemetry": "^1.8.1",
"@azure/monitor-opentelemetry": "^1.9.0",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/api-logs": "^0.57.1",
"@opentelemetry/sdk-logs": "^0.57.1",
Expand Down

0 comments on commit d1a82ef

Please sign in to comment.