Skip to main content

Triage Snapshot

@jentz/triage-snapshotv2026.07.31.0· 1d agoREPORTS
01README

Workflow-scope report that renders a one-look snapshot of the service-triage artifacts collected earlier in the workflow, one section per artifact in step order:

  • lambda_failure_scan (e.g. @jentz/aws-metric-scan) — per-function invocations/errors table with the deterministic-failure flag.
  • queue_depth (e.g. @jentz/aws-metric-scan) — per-queue depth and oldest-message age.
  • query_results with groups/items (e.g. @jentz/aws-dynamodb-query) — grouped-counts table, or plain rows when the query had no grouping.
  • query_results with results (e.g. @webframp/aws/logs) — Logs Insights rows. A query whose status never reached Complete is surfaced as a warning, so a cut-off query cannot read as all-clear.

Generic by design: the report carries no environment identifiers and renders whatever recognized artifacts the workflow produced. Verdicts (what counts as an anomaly) belong to the calling workflow's assert steps, not to this report.

Emits a markdown body and a JSON payload carrying the structured sections[], the incomplete-query list, the skipped-artifact count, and a degraded flag. The report never throws — unreadable or schema-mismatched artifacts are counted and skipped, and an unexpected failure degrades to a still-valid report.

02Reports1
@jentz/triage-snapshotworkflow
triage_snapshot.ts

One-look snapshot of service-triage artifacts collected earlier in

triagehealthsnapshotreport
03Stats
A
100 / 100
Downloads
0
Archive size
10.8 KB
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types (deprecated)1/1earned
  • Dependencies pass trust audit2/2earned
  • Has description1/1earned
  • Platform support declared (or universal)2/2earned
  • License declared1/1earned
  • Verified public repository2/2earned
04Platforms
05Labels