UNPKG

@azure/monitor-opentelemetry

Version:
19 lines 701 B
import type { AzureMonitorOpenTelemetryOptions } from "../types.js"; /** * Azure Monitor OpenTelemetry Client Configuration through Env variables * @internal */ export declare class EnvConfig implements AzureMonitorOpenTelemetryOptions { /** The rate of telemetry items tracked that should be transmitted (Default 1.0) */ samplingRatio?: number; /** The maximum number of spans to sample per second. (Default undefined)*/ tracesPerSecond?: number; private static instance; /** Get Singleton instance */ static getInstance(): EnvConfig; /** * Initializes a new instance of the EnvConfig class. */ constructor(); } //# sourceMappingURL=envConfig.d.ts.map