You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Without per-stage telemetry, the team cannot calibrate the 600 s envelope (Probable #8), characterize outage behavior (Probable #7), or judge whether consolidating variants would actually reduce cloud-side load (Probable #9). All three downstream investigations are blocked on this data.
Recommendation
Instrument each WizCLI scan with at minimum:
wiz.auth_duration_ms
wiz.scan_duration_ms
wiz.output_bytes
wiz.exit_code
wiz.client_version (extracted from extraInfo.clientVersion in the JSON report, or from a wizcli --version probe in the cmd block)
wiz.timeout_reason (auth / scan / other) when applicable
Persist alongside existing scan documents in MongoDB so investigations can query historical traffic.
Severity: High (long-term band recommendation; precondition for investigations Wiz-06/07/08)
Evidence
analyzeWizCLI(api/securitytest/wizcli.go:125) and the scan lifecycle inapi/securitytest/securitytest.go::Startrecord no per-stage timing.parseWizCLIJSON(api/securitytest/wizcli.go:379) does not record output size orextraInfo.clientVersion.Impact
Without per-stage telemetry, the team cannot calibrate the 600 s envelope (Probable #8), characterize outage behavior (Probable #7), or judge whether consolidating variants would actually reduce cloud-side load (Probable #9). All three downstream investigations are blocked on this data.
Recommendation
Instrument each WizCLI scan with at minimum:
wiz.auth_duration_mswiz.scan_duration_mswiz.output_byteswiz.exit_codewiz.client_version(extracted fromextraInfo.clientVersionin the JSON report, or from awizcli --versionprobe in the cmd block)wiz.timeout_reason(auth / scan / other) when applicablePersist alongside existing scan documents in MongoDB so investigations can query historical traffic.
Dependencies
Cross-references
docs/assessments/wizcli-performance-assessment-01.md— Long-term band ("cloud-scanner telemetry"), Probable findings chore: replace CI/CD with OSS-ready pipeline #7, feat: improve client output readability and Dockerfile #8, docs: update README and CONTRIBUTING for current state #9.Verifiable by: New unit tests for telemetry capture; manual scan that emits a populated telemetry document.