BREAKING CHANGE(smartmetrics): add system-wide metrics collection, Prometheus gauges, and normalized CPU reporting
This commit is contained in:
@@ -16,5 +16,6 @@ export { smartdelay, smartlog };
|
||||
import * as pidtree from './smartmetrics.pidtree.js';
|
||||
import * as pidusage from './smartmetrics.pidusage.js';
|
||||
import * as prom from './smartmetrics.prom.js';
|
||||
import * as sysusage from './smartmetrics.sysusage.js';
|
||||
|
||||
export { pidtree, pidusage, prom };
|
||||
export { pidtree, pidusage, prom, sysusage };
|
||||
|
||||
Reference in New Issue
Block a user