mBedLM Docs Back to site
Docs/Operations/Health and Observability

Health and Observability

Observe mBedLM-core as layered signals: serving health, route behavior, contract quality, and workflow outcomes.

Last updated: 2026-06-23Keywords: health observability logging metrics alerts

Observability Overview

Health is not a single metric. The platform is monitored as a set of linked indicators so operators can identify whether regressions come from serving, routing policy, contract shape, or domain adapters.

Signal Flow

graph TD
  A[Serving signals] --> B[Routing signals]
  B --> C[Contract signals]
  C --> D[Workflow signals]
  D --> E[Alerting and rollback]

Primary Signal Groups

Logging and Trace Model

Operator Checks

python -m cli.main system status
python -m cli.main workflow logs
python -m cli.main workflow status

Alert Strategy

Curated Source Synthesis

What Is Intentionally Not Included