Type Alias ScanMetricsDefinitions

ScanMetricsDefinitions: {
    scan_cycle_duration_milliseconds: Histogram;
    scan_cycles_on_stats: Gauge;
    scan_cycles_total: Counter;
    scan_duration_avg_milliseconds: Gauge;
    scan_duration_max_milliseconds: Gauge;
    scan_duration_min_milliseconds: Gauge;
    scan_overruns_consecutive: Gauge;
    scan_overruns_total: Counter;
    scan_queue_size_max_allowed: Gauge;
    scan_task_off_scan_total: Gauge;
    scan_task_total: Gauge;
}

Metrics for Scan

Type declaration

  • scan_cycle_duration_milliseconds: Histogram

    Duration of scan cycle in milliseconds

  • scan_cycles_on_stats: Gauge

    Number of cycles used to generate the stats

  • scan_cycles_total: Counter

    Cumulative count of scan cycles performed.

  • scan_duration_avg_milliseconds: Gauge

    Average duration of scan cycles in milliseconds

  • scan_duration_max_milliseconds: Gauge

    Maximum duration of scan cycles in milliseconds

  • scan_duration_min_milliseconds: Gauge

    Minimum duration of scan cycles in milliseconds

  • scan_overruns_consecutive: Gauge

    Consecutive count of scan overruns

  • scan_overruns_total: Counter

    Cumulative count of scan overruns

  • scan_queue_size_max_allowed: Gauge

    Maximum number of task in the scan queue

  • scan_task_off_scan_total: Gauge

    Total number of task off scan

  • scan_task_total: Gauge

    Total number of task included in the scan