Counter

Apply a counting function to the values of a metric.

This algorithm takes as inputs the values of a metric, and apply to them one of the following counting functions:

  • Count: count the metric values.

  • Sum: sum the metric values.

  • Elapsed Time: count the time spent by the metric in a certain condition (e.g. temperature > 100°C)

In case the Elapsed Time has been selected, you can also specify the predicate and value used by the condition applied to the metric values.

In case the Sum has been selected, you can also define whether the result value must be forced to be greater or equals to zero.

Optionally, the computation mode can be selected:

  • DAILY: the result is the counter limited to the data of the calculation day.

  • TOTAL: the result is the counter of the data of the calculation day added to the previously calculated value. In this case, the counter value always increases from day to day.

The behavior of insight metrics based on this algorithm is the same as for Counter metrics, with the difference that only a single computation a day takes place, and only one data point per day is saved, so no DPH are consumed.

Here is the list of inputs required by this Algorithm.

INPUTS

Metric

The base metric whose values must be counted or summed.


Type: METRIC | Mandatory | Dataset Range: Last 24 hours

Counter

The counter applied to the count metric.


Type: SELECTION | Mandatory | Values: COUNT, SUM, ELAPSED_TIME

Mode

The mode of count.


Type: SELECTION | Mandatory | Values: DAILY, TOTAL

Condition Predicate

The predicate of the condition to filter metric values.

Type: SELECTION | Optional | Values: LESS, LESS_EQUAL, EQUAL, NOT_EQUAL, GREATER_EQUAL, GREATER

Condition Value

The value of the condition to filter metric values.


Type: STRING | Optional

Force to greater equal than zero

In case of SUM counter, the result count value cannot be less than zero.


Type: CHECKBOX | Optional

Here is the list of outputs provided by this Algorithm.

OUTPUTS

Counter Value

The counter result value.


Type: FLOAT

To use this Algorithm in an Insight Metric, you need to:

  1. Go to the Insight / Insight Metrics page.

  2. Select the Thing Definitions tab.

  3. Select the Thing Definition where to create the insight metric.

  4. Click the Add Metric button.

  5. Select the Counter algorithm.

  6. Select the output for which you want to calculate the metric.