Skip to content

Commit

Permalink
[Azure Monitor OpenTelemetry] 1.0.0-beta.2 release (#26929)
Browse files Browse the repository at this point in the history
### Packages impacted by this PR
@azure/monitor-opentelemetry
  • Loading branch information
hectorhdzg authored Aug 25, 2023
1 parent e2b3c14 commit d8b0c68
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions sdk/monitor/monitor-opentelemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# Release History

## 1.0.0-beta.2 (Unreleased)

### Features Added
## 1.0.0-beta.2 (2023-08-25)

### Breaking Changes

### Bugs Fixed
- API update, removed AzureMonitorOpenTelemetryClient in favor of useAzureMonitor method.
- OpenTelemetry API need to be used to retrieve TracerProvider, Tracer, MetricProvider, Meter, LogProvider and Logger.
- Removed properties in AzureMonitorOpenTelemetryOptions.
- Removed OTLP Exporters.
- Removed Perf Counter Metrics.

### Other Changes

## 1.0.0-beta.1 (2023-07-14)

Expand Down
2 changes: 1 addition & 1 deletion sdk/monitor/monitor-opentelemetry/src/shared/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { AzureMonitorExporterOptions } from "@azure/monitor-opentelemetry-export
import { InstrumentationConfig } from "@opentelemetry/instrumentation";
import { Resource } from "@opentelemetry/resources";

export const AZURE_MONITOR_OPENTELEMETRY_VERSION = "1.0.0-beta.0";
export const AZURE_MONITOR_OPENTELEMETRY_VERSION = "1.0.0-beta.2";
export const DEFAULT_ROLE_NAME = "Web";
process.env["AZURE_MONITOR_DISTRO_VERSION"] = AZURE_MONITOR_OPENTELEMETRY_VERSION;

Expand Down

0 comments on commit d8b0c68

Please sign in to comment.