@azure/monitor-opentelemetry-exporter
Version:
Application Insights exporter for the OpenTelemetry JavaScript (Node.js) SDK
21 lines • 509 B
TypeScript
import type { Tags } from "../../../types.js";
/**
* Azure Telemetry context.
* @internal
*/
export declare class Context {
tags: Tags;
static sdkVersion: string | null;
static opentelemetryVersion: string | null;
static nodeVersion: string;
constructor();
private _loadDeviceContext;
private _loadInternalContext;
private _getVersion;
}
/**
* Singleton Context instance
* @internal
*/
export declare function getInstance(): Context;
//# sourceMappingURL=context.d.ts.map