View Source Changelog
This project follows Semantic Versioning.
Major version zero (0.y.z) is for initial development. Anything MAY change at any time. The public API SHOULD NOT be considered stable.
v0-3-7-2022-03-16
v0.3.7 - 2022-03-16
This release brings in a bunch of new functionality and bug fixes. Along with basic maintenance like dependency updates and documentation improvements (@ewildgoose).
added
Added
- Create, save, and extract tar files that contain metric data, see
Mobius.BundlesandMobius.make_bundle/2for more information. Mobius.filter_metrics/3to filter for desired metrics to enable the metrics to be consumed externally (@ewildgoose)Mobius.save/1to manually save the state of the metric data for Mobius (@ewildgoose):autosave_intervaloption to Mobius to enable a saving data at the given interval (@ewildgoose)
fixes
Fixes
- Unit conversion not working correctly (@ewildgoose)
- Error handling for when the
:persistence_pathis missing (@ewildgoose) - Error handling when there is no data to plot (@ewildgoose)
- Crash when plotting an array of identical values (@ewildgoose)
- Correct off by one error when plotting (@ewildgoose)
v0-3-6-2022-01-25
v0.3.6 - 2022-01-25
added-1
Added
- Support for
Telemetry.Metrics.Summarymetric type
v0-3-5-2021-12-2
v0.3.5 - 2021-12-2
fixes-1
Fixes
- Fix crash when initializing metrics table when the ETS file cannot be read (@jfcloutier)
v0-3-4-2021-11-15
v0.3.4 - 2021-11-15
fixes-2
Fixes
- Fix crash when a history file is unreadable during initialization (@mdwaud)
v0-3-3-2021-10-20
v0.3.3 - 2021-10-20
fixes-3
Fixes
- Not able to pass a path for persistence that contains non-existing sub directories. Thank you LostKobrakai.
v0-3-2-2021-09-22
v0.3.2 - 2021-09-22
added-2
Added
- Support for
Telemetry.Metrics.Sumtype - Support for filtering CSV records by type with
:typeoption
v0-3-1-2021-09-08
v0.3.1 - 2021-09-08
added-3
Added
- Plot over the last
xseconds via the:lastplot option - Plot from an absolute time via the
:fromplot option - Plot to an absolute time via the
:toplot option - Print or save metric time series via
Mobius.to_csv/3 - Remove tracking a metric by dropping it from the metric list passed to Mobius
changed
Changed
Mobius.plot/3will only show the last 3 minutes of data by default
v0-3-0-2021-8-19
v0.3.0 - 2021-8-19
changed-1
Changed
- Deleted
Mobius.Chartsmodule. The functions in this module are now located in theMobiusmodule.
removed
Removed
- Support for specifying resolutions.
v0-2-0-2021-8-03
v0.2.0 - 2021-8-03
added-4
Added
Mobius.Chartsmodule- Persistence of historical information on graceful shutdown
- Ability to specify time resolutions for plots
changed-2
Changed
- Move
Moblus.plot/0andMobius.info/0toMobius.Chartsmodule
v0-1-0-2021-7-16
v0.1.0 - 2021-7-16
Initial release!