Attribute: apply - evolv-ai/metrics GitHub Wiki
The apply
attribute is the mechanism to specify all descendant metrics that will inherit the current Abstract metric's attributes.
It also allows those metrics to include a when
clause similar to map
. However, the when
clauses are not necessary (as they are for map
) and apply
can contain many levels of nested bind and event metrics.