# Dashboards Screenshots
## Application
The application dashboard surfaces static information regarding the application. Things such as the dependencies of the
application, GIT SHA+author and uptime.
<img align="center" width="100%" src="guides/images/application_dashboard.png" alt="Application Dashboard">
## BEAM
The BEAM dashboard presents information regarding the Erlang virtual machine. Things such as memory statistics,
process and atom counts, scheduler information, and much more
<img align="center" width="100%" src="guides/images/beam_dashboard.png" alt="BEAM Dashboard">
## Ecto
The Ecto dashboard contains charts to track query execution time, number of results returned, and static information
regarding the configured Repo.
<img align="center" width="100%" src="guides/images/ecto_dashboard.png" alt="Ecto Dashboard">
## Oban
The Oban plugin presents information regarding the job execution time, job queue time, available jobs in queue, static
configuration settings and much, much more.
<img align="center" width="100%" src="guides/images/oban_dashboard.png" alt="Oban Dashboard">
## Phoenix
The Phoenix dashboard presents information regarding HTTP requests and channel connections.
<img align="center" width="100%" src="guides/images/phoenix_dashboard.png" alt="Phoenix Dashboard">
## Phoenix LiveView
The Phoenix LiveView dashboard presents information regarding the various LiveView callbacks and the time it takes to
execute them.
<img align="center" width="100%" src="guides/images/liveview_dashboard.png" alt="Phoenix LiveView Dashboard">
## Broadway
The Broadway dashboard presents information regarding the messages the Broadway has processed as well as how
it has processed message batches.
<img align="center" width="100%" src="guides/images/broadway_dashboard.png" alt="Broadway Dashboard">