@azure/monitor-opentelemetry-exporter
Version:
Application Insights exporter for the OpenTelemetry JavaScript (Node.js) SDK
11 lines • 457 B
TypeScript
import type { VirtualMachineInfo } from "./types.js";
export declare class StatsbeatMetrics {
protected resourceProvider: string;
protected vmInfo: VirtualMachineInfo;
protected os: string;
protected resourceIdentifier: string;
protected getResourceProvider(): Promise<void>;
getAzureComputeMetadata(): Promise<boolean>;
protected getConnectionString(endpointUrl: string): string;
}
//# sourceMappingURL=statsbeatMetrics.d.ts.map