Coroot is a qryn compatible open-source monitoring and troubleshooting tool for microservice architectures.
In this tutorial we'll use Coroot and Coroot Node-agent to collect system and application metrics using eBPF.
- qryn or qryn.cloud
- grafana
- Docker, docker-compose
The provided docker-compose
will spin up coroot, coroot-agent and vector scraper pointed at your qryn instance
export QRYN_URL=http://qryn:3100/prom/remote/write
docker-compose up -d
On your first usage, create a new project and point it at your qryn API endpoint (prometheus protocol)
Once metrics are collected, they will automatically display in the coroot user interface. Happy times!