UNPKG

@beincom/node-profile

Version:

``` npm install @beincom/node-profile # yarn add @beincom/node-profile ```

12 lines (11 loc) 416 B
export interface Environment { adhocServerAddress: string | undefined; appName: string | undefined; authToken: string | undefined; flushIntervalMs: number | undefined; heapSamplingIntervalBytes: number | undefined; heapStackDepth: number | undefined; serverAddress: string | undefined; wallSamplingDurationMs: number | undefined; wallSamplingIntervalMicros: number | undefined; }