You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add comprehensive observability section:
- Distributed tracing with OpenTelemetry quick start
- Metrics collection with Prometheus
- Structured logging example
- Link to detailed observability.md guide
Features section updated:
- Add "Full Observability" bullet point (v0.7.1+)
Addresses user request for usage documentation.
This starts a Python worker from examples/basic/worker.py and calls it from Go. The example adjusts PYTHONPATH to import the local worker/python/pyproc_worker package.
266
267
268
+
## 📊 Observability (v0.7.1+)
269
+
270
+
pyproc includes built-in support for distributed tracing, metrics, and structured logging.
0 commit comments