Skip to content
/ obanalyze Public

Real-time monitoring for Oban in Phoenix.LiveDashboard

License

Notifications You must be signed in to change notification settings

egze/obanalyze

Repository files navigation

Obanalyze

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

About

Real-time monitoring for Oban in Phoenix.LiveDashboard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages