> Item prototype object

    The item prototype object has the following properties.

    The item prototype preprocessing object has the following properties.

    1 integer or floating-point number
    2 string
    3 regular expression
    4 JSONPath or XML XPath
    5 positive integer (with support of time suffixes, e.g. 30s, 1m, 2h, 1d)
    6 user macro, LLD macro
    7 Prometheus pattern following the syntax: <metric name>{<label name>="<label value>", ...} == <value>. Each Prometheus pattern component (metric, label name, label value and metric value) can be user macro or LLD macro.
    8 Prometheus output following the syntax: <label name> (can be a user macro or an LLD macro) if is selected as the second parameter.
    9 One of the aggregation functions: sum, min, max, avg, count if is selected as the second parameter.