There was an error while loading. Please reload this page.
A Kitto dashboard application consists of the following supervision tree.
For documentation of specific modules, see here.
This image is obtained for the application tab of observer.
application
Remember that you can start observer using :observer.start in an iex session.
:observer.start
iex
Is the process supervising:
notifier_cache
notifier_connections
Is the process supervising job processes
In the above image jobs included in the demo are displayed.
Keeps stats about registered jobs.
If you've started kitto interactively (iex -s mix) you can peek at the current stats like:
iex -s mix
Kitto.StatsServer.stats