Skip to content

Development

Just Targets

just up                      # Start the full stack
just down                    # Stop and remove all containers
just restart                 # Restart the full stack
just build                   # Build all Docker images
just status                  # Show status and service URLs
just logs                    # Tail logs from all services
just logs-collector          # Tail otel-collector logs
just logs-prometheus         # Tail prometheus logs
just logs-tempo              # Tail tempo logs
just logs-grafana            # Tail grafana logs
just logs-trace-explorer     # Tail trace-explorer logs
just up-trace-explorer       # Start only Trace Explorer (+ tempo dep)
just down-trace-explorer     # Stop only Trace Explorer
just restart-trace-explorer  # Restart only Trace Explorer
just up-grafana              # Start only Grafana (+ prometheus/loki/tempo deps)
just down-grafana            # Stop only Grafana
just restart-grafana         # Restart only Grafana
just dev-trace-explorer      # Run trace-explorer backend + frontend locally (port 8060, requires `just up`)
just docs                    # Serve the documentation site locally (http://127.0.0.1:8000)
just validate-config         # Validate docker-compose and collector configs
just setup-opencode          # Show OpenCode telemetry setup instructions
just run-opencode            # Run opencode with telemetry env vars exported

Resources

Building the Docs Locally

just docs

Then open http://127.0.0.1:8000.