68 lines
1.3 KiB
JSON
68 lines
1.3 KiB
JSON
{
|
|
"id": "plugin-lifecycle",
|
|
"title": "Plugin Lifecycle",
|
|
"ownerArea": "plugins",
|
|
"description": "Exercise plugin list, update planning, restart, runtime dependency diagnostics, and registry consistency.",
|
|
"processRoles": [
|
|
"gateway",
|
|
"command-tree",
|
|
"plugin-cli",
|
|
"runtime-staging"
|
|
],
|
|
"thresholds": {
|
|
"pluginsListMs": 10000,
|
|
"pluginUpdateDryRunMs": 20000,
|
|
"restartReadyMs": 30000
|
|
},
|
|
"roleThresholds": {
|
|
"gateway": {
|
|
"peakRssMb": 800,
|
|
"maxCpuPercent": 250
|
|
},
|
|
"plugin-cli": {
|
|
"peakRssMb": 600,
|
|
"maxCpuPercent": 250
|
|
},
|
|
"runtime-staging": {
|
|
"peakRssMb": 900,
|
|
"maxCpuPercent": 350
|
|
}
|
|
},
|
|
"diagnostics": {
|
|
"timelineRequiredForSourceBuild": true,
|
|
"expectedSpans": [
|
|
"plugins.registry.refresh",
|
|
"plugins.update",
|
|
"plugins.load"
|
|
]
|
|
},
|
|
"purposes": [
|
|
"plugin",
|
|
"regression",
|
|
"release"
|
|
],
|
|
"requirements": [
|
|
{
|
|
"id": "baseline",
|
|
"states": [
|
|
"broken-plugin-deps",
|
|
"external-plugin",
|
|
"plugin-index",
|
|
"stale-runtime-deps"
|
|
],
|
|
"targetKinds": [
|
|
"npm",
|
|
"channel",
|
|
"runtime",
|
|
"local-build"
|
|
],
|
|
"metrics": [
|
|
"pluginsListMs",
|
|
"pluginUpdateDryRunMs",
|
|
"restartReadyMs",
|
|
"pluginLoadFailures"
|
|
]
|
|
}
|
|
]
|
|
}
|