update
This commit is contained in:
@@ -12,9 +12,9 @@ import * as smartlog from '@push.rocks/smartlog';
|
||||
|
||||
export { smartdelay, smartlog };
|
||||
|
||||
// third party scope
|
||||
import pidusage from 'pidusage';
|
||||
import pidtree from 'pidtree';
|
||||
import * as promClient from 'prom-client';
|
||||
// own implementations (replacing pidtree, pidusage, prom-client)
|
||||
import * as pidtree from './smartmetrics.pidtree.js';
|
||||
import * as pidusage from './smartmetrics.pidusage.js';
|
||||
import * as prom from './smartmetrics.prom.js';
|
||||
|
||||
export { pidusage, pidtree, promClient };
|
||||
export { pidtree, pidusage, prom };
|
||||
|
||||
Reference in New Issue
Block a user