Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 840 Bytes

File metadata and controls

23 lines (14 loc) · 840 Bytes

Observability Workshop

A hands-on workshop for learning distributed tracing, metrics, logging, and profiling using Rust microservices with intentional bugs.

Requirements

  • Docker with Docker Compose (included in Docker Desktop)
  • oha for load testing: cargo install oha

Getting Started

docker compose up -d

Then open http://localhost:4000 — Grafana with all dashboards pre-loaded.

The first startup takes a minute or two while images are pulled and services initialize.

Related