Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.7 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.7 KB

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!