The Tracing application provides the run timeline and event inspection interface for the Agyn platform.
Architecture: Tracing
Full setup: Local Development
git clone https://github.com/agynio/bootstrap.git
cd bootstrap
chmod +x apply.sh
./apply.sh -ySee bootstrap for details.
# Deploy once (exit when healthy)
devspace dev
# Watch mode (streams logs, re-syncs on changes)
devspace dev -wpnpm testE2E coverage now runs from the centralized suite in
agynio/e2e with the svc_tracing_app tag.
See E2E Testing.