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";
10
10
import { AzureMonitorOpenTelemetryOptions } from "./shared/types" ;
11
11
import { LogHandler } from "./logs" ;
12
12
import {
13
+ AZURE_MONITOR_OPENTELEMETRY_VERSION ,
13
14
AZURE_MONITOR_STATSBEAT_FEATURES ,
14
15
StatsbeatFeature ,
15
16
StatsbeatInstrumentation ,
16
17
} from "./types" ;
17
18
18
19
export { AzureMonitorOpenTelemetryOptions , InstrumentationOptions } from "./shared/types" ;
19
20
21
+ process . env [ "AZURE_MONITOR_DISTRO_VERSION" ] = AZURE_MONITOR_OPENTELEMETRY_VERSION ;
22
+
20
23
let metricHandler : MetricHandler ;
21
24
let traceHandler : TraceHandler ;
22
25
let logHandler : LogHandler ;
Original file line number Diff line number Diff line change @@ -5,10 +5,6 @@ import { AzureMonitorExporterOptions } from "@azure/monitor-opentelemetry-export
5
5
import { InstrumentationConfig } from "@opentelemetry/instrumentation" ;
6
6
import { Resource } from "@opentelemetry/resources" ;
7
7
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
-
12
8
/**
13
9
* Azure Monitor OpenTelemetry Options
14
10
*/
Original file line number Diff line number Diff line change 1
1
// Copyright (c) Microsoft Corporation.
2
2
// Licensed under the MIT license.
3
3
4
+ export const AZURE_MONITOR_OPENTELEMETRY_VERSION = "1.0.0-beta.4" ;
4
5
export const AZURE_MONITOR_STATSBEAT_FEATURES = "AZURE_MONITOR_STATSBEAT_FEATURES" ;
5
6
6
7
export enum StatsbeatFeature {
You can’t perform that action at this time.
0 commit comments