File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
sdk/monitor/monitor-opentelemetry/src Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,16 @@ import { Logger as InternalLogger } from "./shared/logging";
1010import { AzureMonitorOpenTelemetryOptions } from "./shared/types" ;
1111import { LogHandler } from "./logs" ;
1212import {
13+ AZURE_MONITOR_OPENTELEMETRY_VERSION ,
1314 AZURE_MONITOR_STATSBEAT_FEATURES ,
1415 StatsbeatFeature ,
1516 StatsbeatInstrumentation ,
1617} from "./types" ;
1718
1819export { AzureMonitorOpenTelemetryOptions , InstrumentationOptions } from "./shared/types" ;
1920
21+ process . env [ "AZURE_MONITOR_DISTRO_VERSION" ] = AZURE_MONITOR_OPENTELEMETRY_VERSION ;
22+
2023let metricHandler : MetricHandler ;
2124let traceHandler : TraceHandler ;
2225let logHandler : LogHandler ;
Original file line number Diff line number Diff line change @@ -5,10 +5,6 @@ import { AzureMonitorExporterOptions } from "@azure/monitor-opentelemetry-export
55import { InstrumentationConfig } from "@opentelemetry/instrumentation" ;
66import { Resource } from "@opentelemetry/resources" ;
77
8- export const AZURE_MONITOR_OPENTELEMETRY_VERSION = "1.0.0-beta.3" ;
9- export const DEFAULT_ROLE_NAME = "Web" ;
10- process . env [ "AZURE_MONITOR_DISTRO_VERSION" ] = AZURE_MONITOR_OPENTELEMETRY_VERSION ;
11-
128/**
139 * Azure Monitor OpenTelemetry Options
1410 */
Original file line number Diff line number Diff line change 11// Copyright (c) Microsoft Corporation.
22// Licensed under the MIT license.
33
4+ export const AZURE_MONITOR_OPENTELEMETRY_VERSION = "1.0.0-beta.4" ;
45export const AZURE_MONITOR_STATSBEAT_FEATURES = "AZURE_MONITOR_STATSBEAT_FEATURES" ;
56
67export enum StatsbeatFeature {
You can’t perform that action at this time.
0 commit comments