Runtime Flags and Observability

"/home/yossef/notes/git/projects/maplibra/observability/Runtime Flags and Observability.md"

path: maplibra/observability/Runtime Flags and Observability.md

- **fileName**: Runtime Flags and Observability
- **Created on**: 2026-06-16 00:48:42

Runtime Flags and Observability

Migrated from: obs_vault

This hub covers rollout flags, telemetry, startup performance, and the lazy debug import path.

Smaller Notes

Main Flow

runtime-flags.js normalizes request flags, rollout-telemetry.js sends opt-in diagnostics, startup-perf.js measures startup health, perf-budget.js evaluates budget thresholds, and bootstrap-debug.js defers debug imports until explicitly needed.

Connects To