View Source Obanalyze (Obanalyze v0.1.1)

Real-time Monitoring for Oban with Phoenix.LiveDashboard.

Install

The package can be installed by adding obanalyze to your list of dependencies in mix.exs:

def deps do
  [
    {:obanalyze, "~> 1.0"}
  ]
end

Configure

Update the live_dashboard configuration in your router.

# lib/my_app_web/router.ex
live_dashboard "/dashboard",
  additional_pages: [
    obanalyze: Obanalyze.dashboard()
  ]

Done

Go to your Phoenix.LiveDashboard and you should see the Obanalyze tab.

Obanalyze screenshot

Alternatives

Summary

Functions

Returns the module for the Obanalyze Phoenix.LiveDashboard page.

Functions

Returns the module for the Obanalyze Phoenix.LiveDashboard page.