OpenTelemetry metrics

Category Metric name Description and key use cases
Operational health appscan.scan.active_running Scans actively processing data. Concurrency Monitor: Critical to track if you are hitting license limits.
appscan.scan.completed_total Strictly 100% successful scans. Success Baseline: The denominator for all success/failure calculations.
appscan.scan.partial_total Incomplete scans (ready_incomplete).
appscan.scan.paused_current Scans currently suspended/paused by the user.
appscan.scan.failed_total High failure rates usually mean infrastructure issues or bad configs.
appscan.scan.queue.depth The number of scan jobs waiting in line to be executed because no scan worker is currently available.
Security risk appscan.issue.detected_total Risk Exposure: The headline number. Total vulnerabilities found (Split by Severity).
appscan.issue.fixed_total Proves return-on-investment. "We fixed x issues this month."
appscan.application.issue_new_total Tracks new vulnerabilities introduced in recent builds.
appscan.application.issue_fixed_total Fix Rate: Application-specific view of remediation.