feat: feed worker metrics into runtime router
This commit is contained in:
@@ -275,6 +275,10 @@ async function writeMetadata() {
|
||||
path.join(root, 'scripts', 'runtime-worker-drain.mjs'),
|
||||
path.join(runtimeRoot, 'scripts', 'runtime-worker-drain.mjs'),
|
||||
);
|
||||
await fs.copyFile(
|
||||
path.join(root, 'scripts', 'runtime-worker-metrics.mjs'),
|
||||
path.join(runtimeRoot, 'scripts', 'runtime-worker-metrics.mjs'),
|
||||
);
|
||||
await fs.copyFile(
|
||||
path.join(root, 'scripts', 'check-tool-runtime.mjs'),
|
||||
path.join(runtimeRoot, 'scripts', 'check-tool-runtime.mjs'),
|
||||
@@ -326,6 +330,8 @@ async function writeMetadata() {
|
||||
' node scripts/runtime-worker-drain.mjs status',
|
||||
' node scripts/runtime-worker-drain.mjs reconcile',
|
||||
' node scripts/runtime-worker-drain.mjs reconcile --apply',
|
||||
' node scripts/runtime-worker-metrics.mjs status',
|
||||
' node scripts/runtime-worker-metrics.mjs sample',
|
||||
' node scripts/runtime-worker-drain.mjs drain goosed-3',
|
||||
' node scripts/runtime-worker-drain.mjs undrain goosed-3',
|
||||
' node scripts/check-tool-runtime.mjs',
|
||||
|
||||
Reference in New Issue
Block a user