update .gitignore
This commit is contained in:
15
node_modules/@pm2/io/build/main/metrics/network.d.ts
generated
vendored
Normal file
15
node_modules/@pm2/io/build/main/metrics/network.d.ts
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
import { MetricInterface } from '../features/metrics';
|
||||
export declare class NetworkTrafficConfig {
|
||||
upload: boolean;
|
||||
download: boolean;
|
||||
}
|
||||
export default class NetworkMetric implements MetricInterface {
|
||||
private metricService;
|
||||
private timer;
|
||||
private logger;
|
||||
private socketProto;
|
||||
init(config?: NetworkTrafficConfig | boolean): any;
|
||||
destroy(): void;
|
||||
private catchDownload;
|
||||
private catchUpload;
|
||||
}
|
||||
Reference in New Issue
Block a user