Grafloki
Start a Grafana + Loki stack for centralized log collection from Kurtosis enclaves.
Start
kurtosis grafloki start
This creates a Grafana instance with Loki as a data source, collecting logs from all services in all enclaves.
Stop
kurtosis grafloki stop
Usage
After starting, open the Grafana URL shown in the output. Use the Explore view with the Loki data source to query logs:
- Filter by service name
- Search for specific log patterns
- View logs across multiple services side by side
When to use
- Debugging multi-service issues where you need correlated logs
- Monitoring long-running enclaves
- When
kurtosis service logsisn't enough (need search, filtering, time ranges)