Personal notes and practical examples for implementing observability in software projects.
-
knowledge/- Notes and concepts from 'Observability Engineering'01_observability_engineering_foundation.md- Foundational concepts02_observability_engineering_telemetry.md- Telemetry principles
-
telemetry/- Python example project demonstrating telemetry implementation- Shows best practices for traces, metrics, and logs
- Ready-to-use patterns for observability setup
- Read the knowledge notes to understand observability concepts
- Explore the
telemetry/project for practical implementation examples