Commit b5ddc0c
committed
Initial release: TraceKit APM Python SDK v1.0.0
Zero-config distributed tracing and code monitoring for Flask, FastAPI, and Django.
Features:
- ✅ Zero Configuration - Works out of the box with sensible defaults
- ✅ Automatic Instrumentation - No code changes needed
- ✅ Flask, FastAPI, Django Support - Simple middleware integration
- ✅ HTTP Request Tracing - Track every request, route, and handler
- ✅ Error Tracking - Capture exceptions with full stack traces
- ✅ Code Discovery - Automatically index code from exception stack traces
- ✅ Code Monitoring - Live debugging with breakpoints and variable inspection
- ✅ Nested Spans - Parent-child span relationships with OpenTelemetry
- ✅ Low Overhead - < 5% performance impact
- ✅ OpenTelemetry Standard - Built on industry-standard OpenTelemetry
All critical bugs fixed:
- ✅ Code discovery for Python stack traces
- ✅ Snapshot breakpoint registration and fetching
- ✅ Snapshot captures with correct datetime format
- ✅ Error handling context token management
- ✅ Synchronous API (no async/await confusion)
- ✅ Auto-registration response parsing0 parents commit b5ddc0c
15 files changed
Lines changed: 2594 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
0 commit comments