pub fn telemetry_report_page(
corpus: &str,
service: &str,
pool: &State<DbPool>,
cache: &State<TelemetryCache>,
) -> Result<Template, Status>Expand description
The telemetry dashboard screen (HTML twin of api_telemetry): the same rolled-up run
telemetry, rendered as an outcome mix, wall/RSS percentile tables, a per-phase P99 bar list, and
the slowest / highest-RSS witness papers (each linking into its per-article forensics). 404 on
an unknown corpus/service, 503 if the pool is exhausted.