Python SDK
Backend instrumentation for Python services
Install
Configuration
Quick start
- Initialize SDK on app startup.
- Emit one log, one metric, and one span.
- Flush on graceful shutdown.
Production hardening
- Keep keys in secret manager.
- Configure bounded queue and retry.
- Validate volume and error rate after deploy.
Troubleshooting
401/403: invalid key or wrong tenant/project.- No data: startup path not initializing SDK.
- Event drops: queue saturation or worker crash.