Client Analytics Manual
This manual explains how to use VectorVue analytics in commercial delivery and stakeholder communication.
Scope
Analytics capabilities include:
- security effectiveness scoring
- residual risk estimation
- detection coverage insight
- anomaly visibility
- explainable model output and confidence indicators
Portal Workflow
- Open
Overviewand verify KPI and analytics cards load. - Open
Analyticsand review score, confidence, explanations, model version, and generation time. - Run simulation to evaluate proposed defensive improvements.
- Open
Riskto communicate trend and severity posture.
API Workflow
Use tenant-authenticated token and call:
GET /ml/client/security-scoreGET /ml/client/riskGET /ml/client/detection-gapsGET /ml/client/anomaliesPOST /ml/client/simulate
Expected response contract:
scoreconfidenceexplanationmodel_versiongenerated_at
Quality and Governance Rules
- Tenant isolation is mandatory for all analytics data paths.
- Predictions must reference model version and dataset lineage.
- Explanations must be available for client-facing decisions.
- Model promotion is explicit and controlled.
Troubleshooting
- Verify migrations and seed data:
make deploy
make seed-clients
- Verify workers are healthy:
docker compose ps
- Validate endpoint behavior with API smoke and direct calls.