Skip to content

metrico/qryn-coroot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

qryn + coroot

Blog Tutorial: qryn + coroot

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.

Requirements

Usage

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

Coroot UI

Configuration

On your first usage, create a new project and point it at your qryn API endpoint (prometheus protocol)

Usage

Once metrics are collected, they will automatically display in the coroot user interface. Happy times!