Skip to content

Commit

Permalink
[Monitor OpenTelemetry][Monitor OpenTelemetry Exporter] Release Expor…
Browse files Browse the repository at this point in the history
…ter 1.0.0-beta.23 & Distro 1.5.0 (#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)
  • Loading branch information
JacksonWeber committed May 10, 2024
1 parent 75322a1 commit d34dec4
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 15 deletions.
4 changes: 3 additions & 1 deletion sdk/monitor/monitor-opentelemetry-exporter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# Release History

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

### Features Added

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

### Other Changes

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

## 1.0.0-beta.22 (2024-04-16)
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.22",
"version": "1.0.0-beta.23",
"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.22";
export const packageVersion = "1.0.0-beta.23";

export enum DependencyTypes {
InProc = "InProc",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ input-file: https://github.com/Azure/azure-rest-api-specs/blob/main/specificatio
add-credentials: false
use-extension:
"@autorest/typescript": "latest"
package-version: 1.0.0-beta.22
package-version: 1.0.0-beta.23
typescript: true
v3: true
```
10 changes: 5 additions & 5 deletions sdk/monitor/monitor-opentelemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Release History

## 1.4.1 (Unreleased)
## 1.5.0 (2024-05-10)

### Features Added

- Allow setting log level for winston and bunyan via environment variable.

### Breaking Changes

### Bugs Fixed
- Add Winston Log instrumentation.
- Add log level configuration for Bunyan and Winston loggers.

### Other Changes

- Updated OpenTelemetry dependencies.

## 1.4.0 (2024-04-16)

### 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.4.1",
"version": "1.5.0",
"description": "Azure Monitor OpenTelemetry (Node.js)",
"main": "dist/index.js",
"module": "dist-esm/src/index.js",
Expand Down Expand Up @@ -87,7 +87,7 @@
"@azure/core-rest-pipeline": "^1.1.0",
"@azure/functions": "^3.2.0",
"@azure/logger": "^1.0.0",
"@azure/monitor-opentelemetry-exporter": "1.0.0-beta.22",
"@azure/monitor-opentelemetry-exporter": "1.0.0-beta.23",
"@azure/opentelemetry-instrumentation-azure-sdk": "^1.0.0-beta.5",
"@microsoft/applicationinsights-web-snippet": "^1.1.2",
"@opentelemetry/api": "^1.8.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 @@ -89,7 +89,7 @@ export interface BrowserSdkLoaderOptions {
connectionString?: string;
}

export const AZURE_MONITOR_OPENTELEMETRY_VERSION = "1.4.0";
export const AZURE_MONITOR_OPENTELEMETRY_VERSION = "1.5.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 @@ -101,7 +101,7 @@
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
"@azure/abort-controller": "^1.0.0",
"@azure/identity": "^4.0.1",
"@azure/monitor-opentelemetry-exporter": "1.0.0-beta.22",
"@azure/monitor-opentelemetry-exporter": "1.0.0-beta.23",
"@azure-tools/test-utils": "^1.0.1",
"@azure-tools/test-credential": "^1.0.0",
"@azure-tools/test-recorder": "^3.0.0",
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 @@ -9,7 +9,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@azure/monitor-opentelemetry": "^1.4.0",
"@azure/monitor-opentelemetry": "^1.5.0",
"@azure-tools/test-perf": "^1.0.0",
"dotenv": "^16.0.0",
"@opentelemetry/api": "^1.8.0",
Expand Down

0 comments on commit d34dec4

Please sign in to comment.