PerformanceCaptureConfig
import type { PerformanceCaptureConfig } from "https://googleapis.deno.dev/v1/sqladmin:v1.ts";Performance Capture configuration.
interface PerformanceCaptureConfig {
enabled?: boolean;
probeThreshold?: number;
probingIntervalSeconds?: number;
runningThreadsThreshold?: number;
secondsBehindSourceThreshold?: number;
transactionDurationThreshold?: number;
}§Properties
§
probeThreshold?: number
[src]Optional. The minimum number of consecutive readings above threshold that triggers instance state capture.
§
runningThreadsThreshold?: number
[src]Optional. The minimum number of server threads running to trigger the capture on primary.