This commit is contained in:
2026-02-19 09:51:34 +00:00
parent 7c3197455f
commit 32d75804c0
7 changed files with 878 additions and 99 deletions

View File

@@ -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 };