For AI agents: the complete documentation index is available at https://mfdoctor.kevinbeier.com/de/llms.txt, the full documentation bundle is available at https://mfdoctor.kevinbeier.com/de/llms-full.txt, and this page is available as Markdown at https://mfdoctor.kevinbeier.com/de/rules/config/observability-plugin-recommended.md.

Dies ist die deutsche MFDoctor-Dokumentation. Technische Bezeichner, CLI-Flags, Regel-IDs und Codebeispiele bleiben unverändert, damit die Inhalte zwischen den Sprachen vollständig kompatibel bleiben. Verwenden Sie den Sprachumschalter für die kanonische englische Fassung.

config/observability-plugin-recommended

  • Kategorie: tooling
  • Standardschweregrad: info

Problem

Module Federation 2.5+ projects can opt into runtime health correlation, but a declared Observability Plugin is ineffective until its runtime entry is registered. The default nudge requires the package to be present; the production profile can recommend it for every supported federated surface.

So beheben Sie das Problem

Add @module-federation/observability-plugin and register its browser/runtime entry through runtimePlugins or the runtime plugins option. The build-only /build entry does not provide runtime reporting. Use off or a fingerprint baseline when this environment intentionally does not collect runtime reports.

Suppress or retarget with rules["config/observability-plugin-recommended"] set to "off" or a severity — see Suppressions and allowlists.

Quellen