Take a moment to complete our quick CSAT survey.Fill the survey

 integrate()

On this page

Multiplies the values of each input MTS in the stream by the computation resolution in seconds, yielding the integral of the curve describing the MTS over time.

This method is primarily used with gauge metric types.

 Syntax

integrate()

Returns a stream containing a single value for each MTS.

 Examples

#Integrate memory.utilization for each time series
data('memory.utilization').integrate()