CollectorOptions
typedef · Source
Options to be applied to the collector. Type: Object
Properties
filter
optional
filter: CollectorFilter
The filter applied to this collector
time
optional
time: number
How long to run the collector for in milliseconds
idle
optional
idle: number
How long to stop the collector after inactivity in milliseconds
dispose
optional
dispose: boolean
Whether to dispose data when it's deleted
Default: false