Kova/surfaces/plugin-remove.json

60 lines
1.1 KiB
JSON

{
"id": "plugin-remove",
"title": "Plugin Remove",
"ownerArea": "plugins",
"description": "Install and remove an external plugin, then verify install index cleanup and restart health.",
"processRoles": [
"gateway",
"command-tree",
"plugin-cli"
],
"thresholds": {
"gatewayReadyMs": 30000,
"pluginsListMs": 10000,
"restartReadyMs": 30000
},
"roleThresholds": {
"gateway": {
"peakRssMb": 800,
"maxCpuPercent": 250
},
"plugin-cli": {
"peakRssMb": 600,
"maxCpuPercent": 250
}
},
"diagnostics": {
"timelineRequiredForSourceBuild": true,
"expectedSpans": [
"plugins.install",
"plugins.uninstall",
"plugins.registry.refresh"
]
},
"purposes": [
"plugin",
"regression",
"release"
],
"requirements": [
{
"id": "baseline",
"states": [
"fresh"
],
"targetKinds": [
"npm",
"channel",
"runtime",
"local-build"
],
"metrics": [
"pluginsListMs",
"missingDependencyErrors",
"pluginLoadFailures",
"restartReadyMs"
]
}
]
}