ElixirDashboard (ElixirDashboard v0.2.0)

View Source

A Phoenix LiveView performance monitoring dashboard for tracking slow endpoints and database queries.

ElixirDashboard can be used in two ways:

1. As a Standalone Application (Development/Demo)

Clone and run the project directly to explore its features:

mix deps.get
mix phx.server

Visit http://localhost:4000 to see the dashboard.

2. As a Library in Your Phoenix Application

Add to your mix.exs:

def deps do
  [
    {:elixir_dashboard, "~> 0.1.0"}
  ]
end

Then follow the integration guide in the README.

Core Modules

When integrating as a library, you'll primarily work with:

LiveView Components

The dashboard provides these LiveView components you can mount in your app:

See the integration guide for detailed setup instructions.

Summary

Functions

Returns the current version of ElixirDashboard.

Functions

version()

Returns the current version of ElixirDashboard.