Packages
prom_ex
1.12.0
1.12.0
1.11.0
1.10.0
1.9.0
1.8.0
1.7.1
1.7.0
retired
1.6.0
1.5.0
1.4.1
1.4.0
1.3.0
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
1.0.1
1.0.0
0.1.15-beta
0.1.14-beta
0.1.13-beta
0.1.12-beta
0.1.11-alpha
0.1.10-alpha
0.1.9-alpha
0.1.8-alpha
0.1.7-alpha
0.1.6-alpha
0.1.5-alpha
0.1.4-alpha
0.1.3-alpha
0.1.2-alpha
0.1.1-alpha
0.1.0-alpha
Prometheus metrics and Grafana dashboards for all of your favorite Elixir libraries
Current section
Files
Jump to
Current section
Files
guides/gallery/All.md
# 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">