View Source Trifle.Stats.Series.Registry (Trifle.Stats v2.5.0)
Dynamic registration system for aggregators, formatters, and transponders.
Built-in transponders are intentionally limited to :expression.
Summary
Functions
Returns a specification to start this module under a supervisor.
Clear all registered components (useful for testing).
Get a registered aggregator module by name.
Get a registered formatter module by name.
Get a registered transponder module by name.
List all registered components.
Register a custom aggregator module.
Register a custom formatter module.
Register a custom transponder module.
Functions
Returns a specification to start this module under a supervisor.
See Supervisor.
Clear all registered components (useful for testing).
Get a registered aggregator module by name.
Get a registered formatter module by name.
Get a registered transponder module by name.
List all registered components.
Register a custom aggregator module.
The module must implement the Trifle.Stats.Aggregator.Behaviour.
Register a custom formatter module.
The module must implement the Trifle.Stats.Formatter.Behaviour.
Register a custom transponder module.
The module must implement the Trifle.Stats.Transponder.Behaviour.