This repository contains dump files of PostgreSQL tables for Metabase dashboards. Metabase is employed to display Drill4J metrics.
Drill4J is not affiliated with Metabase. The Metabase components are the subject to their own license.
- Copy ./docker-compose-metabase.yml
- Download
data.sql
dump file from the latest release https://github.com/Drill4J/drill-metabase-dashboards/releases
-/
-/docker-compose-metabase.yml
-/metabase-volumes/data.sql
- Run
docker-compose -f docker-compose-metabase.yml up -d
- Open
http://localhost:8095
- Login using credentials from comment in
docker-compose-metabase.yml
file beginning
You should be able to see preconfigured dashboards. These are likely empty. To see the actual data from your application, run Drill4J Admin Backend and setup respective agents following the documentation at https://drill4j.github.io/