This repository contains a simple Docker Compose configuration containing Prometheus and Grafana.
Prometheus is pre-configured to collect metrics from a local instance of
Conduit running on localhost:8080
. The scrape target can be adjusted in the
Prometheus config.
Grafana is pre-configured to attach to the Prometheus instance and contains dashboards for monitoring Conduit specific metrics as well as generic Go runtime metrics.
Note that this is only meant to be used for development purposes.
Simply run the docker compose config:
docker compose up
Prometheus is reachable under localhost:9090
, Grafana is reachable under
localhost:9091
. To log into the Grafana UI use the username admin
and
password admin
.