nrSetHarvestTime

Syntax

nrSetHarvestTime(nr as Object, time as Integer) as Void

Description

Set harvest time, the time the samples are buffered before being sent to New Relic for both Events and Logs. Min value is 60.

Arguments

Arguments

Description

nr

New Relic Agent object.

time

Time in seconds.

Return

Nothing.

Example

nrSetHarvestTime(m.nr, 60)