This repository provides 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.
- Clone repository and navigate to downloaded folder
- Apply migration:
- Adjust migration version and credentials in
.env
file - Execute
docker-compose -f docker-compose-metabase-migration.yml up
- This will launch docker container containing migration file. Wait for it to complete
- Adjust migration version and credentials in
- 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/