Skip to content

Commit 1408e06

Browse files
[Azure Monitor Exporter] Release 1.0.0-beta.15 (Azure#26906)
### Packages impacted by this PR @azure/monitor-opentelemetry-exporter 1.0.0-beta.15 Release --------- Co-authored-by: Hector Hernandez <39923391+hectorhdzg@users.noreply.github.com>
1 parent f2bb8a6 commit 1408e06

File tree

6 files changed

+12
-6
lines changed

6 files changed

+12
-6
lines changed

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

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

3-
## 1.0.0-beta.15
3+
## 1.0.0-beta.15 (2023-08-24)
4+
5+
### Breaking Changes
6+
7+
- `AzureMonitorExporterOptions.aadTokenCredential` is now `AzureMonitorExporterOptions.credential`.
8+
- No longer expose the `MonitorBase`, `MonitorDomain`, or `TelemetryItem` interfaces.
49

510
### Bugs Fixed
611

12+
- Fix issue with wrong name for _OTELRESOURCE_ metric.
713
- Fix an issue with serializing nested log messages.
814

915
## 1.0.0-beta.14 (2023-06-15)

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.14",
5+
"version": "1.0.0-beta.15",
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.14";
23+
export const packageVersion = "1.0.0-beta.15";
2424

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

sdk/monitor/monitor-opentelemetry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
},
8888
"dependencies": {
8989
"@azure/functions": "^3.2.0",
90-
"@azure/monitor-opentelemetry-exporter": "1.0.0-beta.14",
90+
"@azure/monitor-opentelemetry-exporter": "1.0.0-beta.15",
9191
"@azure/opentelemetry-instrumentation-azure-sdk": "^1.0.0-beta.3",
9292
"@opentelemetry/api": "^1.4.1",
9393
"@opentelemetry/api-logs": "^0.41.2",

sdk/monitor/monitor-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
111111
"@azure/abort-controller": "^1.0.0",
112112
"@azure/identity": "^2.0.1",
113-
"@azure/monitor-opentelemetry-exporter": "1.0.0-beta.14",
113+
"@azure/monitor-opentelemetry-exporter": "1.0.0-beta.15",
114114
"@azure/test-utils": "^1.0.0",
115115
"@azure-tools/test-recorder": "^3.0.0",
116116
"@microsoft/api-extractor": "^7.31.1",

0 commit comments

Comments
 (0)