Wobserver v0.1.8 Wobserver View Source
Web based metrics, monitoring, and observer.
Link to this section Summary
Link to this section Functions
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
register(type :: atom, data :: any) :: boolean
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.