FLAMEDashboard
FLAME statistics visualization for Phoenix LiveDashboard.
Installation
Enable
LiveDashboard
by following these instructions. In most cases you can skip this step asPhoenix
comes withLiveDashboard
enabled by default.Add
:flame_dashboard
to your list of dependencies
def deps do
[
{:flame_dashboard, git: "https://github.com/samrat/flame_dashboard"}
]
end
- Add
FLAMEDashboard
as an additionalLiveDashboard
page, listing your FLAME pools:
live_dashboard "/dashboard",
additional_pages: [flame: {FLAMEDashboard, [MyApp.FfmpegRunner, MyApp.MLRunner]}]
That's it!
FLAMEDashboard
will track your FLAME runners and visualize their statistics.
License
MIT License. © Octocut, Samrat Man Singh