ObserverWeb.Telemetry (Observer Web v0.1.6)
This module will provide telemetry abstraction
Summary
Functions
Retrieve the configured mode (from ets table)
List all keys registered for the respective node
List all available nodes considering the current metric configured mode
Fetch data by node and key
This function pushes events to the Telemetry module
Subscribe for new data notifications for the respective node/key
Subscribe for new keys notifications
Unsubscribe for new data notifications for the respective node/key
Functions
@spec cached_mode() :: :local | :broadcast | :observer
Retrieve the configured mode (from ets table)
List all keys registered for the respective node
@spec list_active_nodes() :: list()
List all available nodes considering the current metric configured mode
Fetch data by node and key
@spec push_data(any()) :: :ok
This function pushes events to the Telemetry module
Subscribe for new data notifications for the respective node/key
@spec subscribe_for_new_keys() :: :ok | {:error, term()}
Subscribe for new keys notifications
Unsubscribe for new data notifications for the respective node/key