Syntax
nrSetHarvestTimeEvents(nr as Object, time as Integer) as Void
Description
Set harvest time for Events, the time the events are buffered before being sent to New Relic. Min value is 60.
Arguments
Arguments | Description |
---|---|
| New Relic Agent object. |
| Time in seconds. |
Return
Nothing.
Example
nrSetHarvestTimeEvents(m.nr, 60)