# Mobius v0.7.0 - Table of Contents

> Local metrics library

## Pages

- [Mobius](readme.md)
- [Changelog](changelog.md)

## Modules

- [Mobius](Mobius.md): Localized metrics reporter

- [Mobius.Clock](Mobius.Clock.md): Behaviour for Mobius to check if the clock is set
- [Mobius.Event](Mobius.Event.md): An single event

- [Mobius.EventLog](Mobius.EventLog.md): API for working with the event log

- [Mobius.Exports](Mobius.Exports.md): Support retrieving historical data in different formats
- [Mobius.RRD](Mobius.RRD.md): A round robin database for Mobius

- Exceptions
  - [Mobius.DataLoadError](Mobius.DataLoadError.md): Used when there is problem loading data into the mobius storage

  - [Mobius.Exports.MBFParseError](Mobius.Exports.MBFParseError.md): Use when there is an error parsing a Mobius Binary Format (MBF) binary

  - [Mobius.Exports.UnsupportedMetricError](Mobius.Exports.UnsupportedMetricError.md): Error for trying to export metric types where there is no support in the
export implementation

  - [Mobius.FileError](Mobius.FileError.md): Used when there is an error conducting file operations

