FLAMEDashboard

Hex.pm API Docs

FLAME statistics visualization for Phoenix LiveDashboard.

Installation

  1. Enable LiveDashboard by following these instructions. In most cases you can skip this step as Phoenix comes with LiveDashboard enabled by default.

  2. Add :flame_dashboard to your list of dependencies

def deps do
  [
    {:flame_dashboard, git: "https://github.com/samrat/flame_dashboard"}
  ]
end
  1. Add FLAMEDashboard as an additional LiveDashboard 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