Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 636 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 636 Bytes

pyroscope-kafka-sandbox

Overview

Profiling a typical Kafka environment using Pyroscope

Environment

The environment has 1 Zookeeper, 2 Kafka Brokers, 1 Connect, and 1 Schema Registry. All the mentioned components are instrumented with the pyroscope agent that you can find in the pyroscope-agent folder.

Launching

docker compose up -d

Checking the logs (interactive), just in case :)

docker compose logs -f

Accessing the Pyroscope UI

Hit http://localhost:4040 from your browser

PyroscopeUI