You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two things: in predefined entries, the format is {apply, M, F, A} which is confusing, and I think invalid subscription formats should be rejected (although in this case it matches the {Reporter, Metric, DataPoint, Interval} pattern, so I'm not sure what would be the best way).
Also, the documentation says directly after the correct description:
In the case of {apply, M, F, A}, the result of apply(M, F, A) must be a list of subscribers tuples.
The following configuration works:
Result:
The following does not:
Result:
Implementation of
stats.erl
:The text was updated successfully, but these errors were encountered: