Skip to content

feat: sync MF observability to OpenRuntime#4813

Open
2heal1 wants to merge 4 commits into
mainfrom
feat/operate-openruntime
Open

feat: sync MF observability to OpenRuntime#4813
2heal1 wants to merge 4 commits into
mainfrom
feat/operate-openruntime

Conversation

@2heal1

@2heal1 2heal1 commented Jun 14, 2026

Copy link
Copy Markdown
Member

Summary

  • Sync Module Federation observability reports into OpenRuntime targets for remotes, exposed modules, shared dependencies, and runtime errors.
  • Add OpenRuntime actions for reading observability reports and federation global state.
  • Update the runtime demo, README, and tests for OpenRuntime wait-for and action usage.

Verification

  • pnpm exec prettier --check packages/observability-plugin apps/runtime-demo/3005-runtime-host/cypress/e2e/app.cy.ts apps/runtime-demo/README.md
  • pnpm --filter @module-federation/observability-plugin run build
  • pnpm --filter @module-federation/observability-plugin run test
  • pnpm run ci:local --only=e2e-runtime

@changeset-bot

changeset-bot Bot commented Jun 14, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 3a71953

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 46 packages
Name Type
@module-federation/observability-plugin Minor
@module-federation/devtools Patch
@module-federation/runtime Patch
@module-federation/enhanced Patch
@module-federation/rspack Patch
@module-federation/webpack-bundler-runtime Patch
@module-federation/sdk Patch
@module-federation/runtime-tools Patch
@module-federation/managers Patch
@module-federation/manifest Patch
@module-federation/dts-plugin Patch
@module-federation/third-party-dts-extractor Patch
@module-federation/bridge-react Patch
@module-federation/bridge-vue3 Patch
@module-federation/bridge-shared Patch
@module-federation/bridge-react-webpack-plugin Patch
@module-federation/modern-js Patch
@module-federation/modern-js-v3 Patch
@module-federation/retry-plugin Patch
@module-federation/rsbuild-plugin Patch
@module-federation/error-codes Patch
@module-federation/inject-external-runtime-core-plugin Patch
@module-federation/runtime-core Patch
create-module-federation Patch
@module-federation/cli Patch
@module-federation/rspress-plugin Patch
@module-federation/treeshake-server Patch
@module-federation/treeshake-frontend Patch
@module-federation/metro Patch
@module-federation/metro-plugin-rnef Patch
@module-federation/metro-plugin-rock Patch
@module-federation/metro-plugin-rnc-cli Patch
@module-federation/esbuild Patch
@module-federation/nextjs-mf Patch
@module-federation/node Patch
@module-federation/storybook-addon Patch
shared-tree-shaking-no-server-host Patch
shared-tree-shaking-no-server-provider Patch
@module-federation/utilities Patch
remote5 Patch
remote6 Patch
shared-tree-shaking-with-server-host Patch
shared-tree-shaking-with-server-provider Patch
website-new Patch
node-dynamic-remote-new-version Patch
node-dynamic-remote Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@netlify

netlify Bot commented Jun 14, 2026

Copy link
Copy Markdown

Deploy Preview for module-federation-docs ready!

Name Link
🔨 Latest commit 3a71953
🔍 Latest deploy log https://app.netlify.com/projects/module-federation-docs/deploys/6a3a8c80234c9000093b8a40
😎 Deploy Preview https://deploy-preview-4813--module-federation-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 0236c49ce6

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

"dependencies": {
"@module-federation/sdk": "workspace:*"
"@module-federation/sdk": "workspace:*",
"@openruntime/core": "link:/Users/bytedance/ai/openruntime/packages/core"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Replace the absolute local OpenRuntime dependency

This new dependency points at /Users/bytedance/..., so a clean checkout or CI runner that does not have that developer-local path cannot satisfy pnpm install --frozen-lockfile, and a published @module-federation/observability-plugin would also carry an unusable local link. Since the new source imports @openruntime/core, this needs to be a real registry/workspace version rather than an absolute link: path.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant