pub fn init_configured_or_noop() -> SharedMetricsRecorderExpand description
Initializes the metrics backend selected by enabled Forge features.
Product entrypoints should prefer this helper over selecting a concrete backend directly. If no
backend feature is enabled, or if backend initialization fails, the returned recorder is
NoopMetrics.