Back to Pyroscope

Pull latest pyroscope and grafana images:

examples/language-sdk-instrumentation/python/rideshare/flask/README.md

2.3.01.1 KB
Original Source

Flask Example

To run the example run the following commands:

# Pull latest pyroscope and grafana images:
docker pull grafana/pyroscope:latest
docker pull grafana/grafana:latest

# Run the example project:
docker compose up --build

# Reset the database (if needed):
docker compose down

Navigate to Grafana to explore the generated profiles:

The rideshare workload retains a bounded window of allocations. Filter by the vehicle label to compare memory behavior across the bike, scooter, and car endpoints.