v0.6.0
The breaking change in Mobius is the removal of remote reporting and the
functionality built around that such as configuring a remote reporter to send
a metric report at some interval.
If you this functionality is something still want, you can provide a GenServer
that executes your reporting code at some interval. This will allows the maximum
flexibility to how you want your software to report metrics.
Changed
- Remove
Mobius.RemoteReporter - Remove
:remote_reporterconfiguration fromMobius.arg() - Remove
:remote_reporter_intervalconfiguration fromMobius.arg() - Remove
Mobius.RemoteReporters.LoggerReporter
Added
Mobuis.EventMobuis.EventLogMobuis.ClockMobius.get_latest_metrics/1Mobius.get_latest_events/1:eventsoption toMobius.arg():event_log_sizeoption toMobius.arg():clockoption toMobius.arg():sessionoption toMobius.arg()Mobius.session()