FLAMEDashboard
FLAME statistics visualization for Phoenix LiveDashboard.
Installation
Enable
LiveDashboardby following these instructions. In most cases you can skip this step asPhoenixcomes withLiveDashboardenabled by default.Add
:flame_dashboardto your list of dependencies
def deps do
[
{:flame_dashboard, git: "https://github.com/samrat/flame_dashboard"}
]
end-
Add
FLAMEDashboardas an additionalLiveDashboardpage, 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