Skip to content

Commit

Permalink
[Azure Monitor OpenTelemetry Exporter] 1.0.0-beta.12 release (Azure#2…
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorhdzg authored Apr 3, 2023
1 parent 89875cc commit 5feecf5
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions sdk/monitor/monitor-opentelemetry-exporter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Release History

## 1.0.0-beta.12 (2023-04-04)

### Features Added

- Use Prefix/Distro version if available.
- Remove standard metrics custom handling.
- Updated OpenTelemetry dependencies to their latest available versions.

## 1.0.0-beta.11 (2023-02-02)

### 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.11",
"version": "1.0.0-beta.12",
"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.11";
export const packageVersion = "1.0.0-beta.12";

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.11
package-version: 1.0.0-beta.12
typescript: true
v3: true
```
2 changes: 1 addition & 1 deletion sdk/monitor/monitor-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
"@azure/abort-controller": "^1.0.0",
"@azure/identity": "^2.0.1",
"@azure/monitor-opentelemetry-exporter": "1.0.0-beta.11",
"@azure/monitor-opentelemetry-exporter": "1.0.0-beta.12",
"@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 5feecf5

Please sign in to comment.