Skip to main content

MetricType

The available Metric types.

values

  • COUNT

    Counts the number of records that matches the Metric Filters. For time series, it will count the values for each time granularity.

  • SUM

    Sums the values of the specified column for every record that matches the Metric Filters. For time series, it will sum the values for each time granularity.

  • COUNT_DISTINCT

    Counts the number of distinct values in the specified column for every record that matches the Metric Filters. For time series, it will count the distinct values for each time granularity.

  • AVERAGE

    Averages the values of the specified column for every record that matches the Metric Filters. For time series, it will average the values for each time granularity.

  • MIN

    Selects the minimum value of the specified column for every record that matches the Metric Filters. For time series, it will select the minimum value for each time granularity.

  • MAX

    Selects the maximum value of the specified column for every record that matches the Metric Filters. For time series, it will select the maximum value for each time granularity.