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
There is something that is not yet documented. If you specify the option {update_event, true} (either via exometer:new/3 or exometer:setopts/2), exometer will send a message to a process registered as exometer_event. By default, there is no such process, and at least for now, exometer has no opinion about how it should behave; its only interaction with it is to send {updated, Metric, Value} messages to it when called for. Note that Value is the value passed to update/2 - not the value of the metric. If you want to act on the metric value, you have to fetch it after receiving the message. The reason for this is that get_value/2 can be "expensive" for certain metrics.
Is there any functionality to raise a event based on given threshold or trigger?
The text was updated successfully, but these errors were encountered: