Wobserver v0.1.10 Wobserver View Source
Web based metrics, monitoring, and observer.
Link to this section Summary
Link to this section Functions
Link to this function
about()
View Source
about()
View Source
about() :: map()
about() :: map()
Information about Wobserver.
Returns a map containing:
name, name of:wobserver.version, used:wobserverversion.description, description of:wobserver.license,:wobserverlicense name and link.links, list of name + url for:wobserverrelated information.
Link to this function
register(type, data) View Source
Registers external application to integrate with :wobserver.
The registration is done by passing a type and the data to register.
The data is usually passed on to a specialized function.
The following types can be registered:
:page, see:Wobserver.Page.register/1.:metric, see:Wobserver.Util.Metrics.register/1.