Metrics from external objects

It is possible to use metrics from external objects with setting up state change conditions.

In order to do this, it is necessary to:

  • have access to these objects,

  • with the manual input specify the object ID and the name of the metric to be used after the colon.

For example, to use the metric stdout.x of the object with ID = 5b97713ed3ae514148346675, the following string must be entered:

{{5b97713ed3ae514148346675:stdout.x}}

Manual input can also be used in the formula editor.

For example, the sum of the metric stdout.y of the current object and the metric stdout.x of the external object:

{{stdout.y}} + {{5b97713ed3ae514148346675:stdout.x}}