Summary¶
Congratulations! You have completed the CI/CD for Non-Agentic Workloads learning path.
What you learned¶
- Zero-code instrumentation via
okahu.yamllets you add observability to any Python application without modifying source code. - The YAML config specifies which methods to instrument, which inputs to capture, and which outputs to extract.
- Running
python -m monocle_apptrace --config okahu.yaml app.pydynamically wraps the specified methods at runtime. - Scope-based fact indexing tags traces with CI/CD metadata (like GitHub run IDs) for precise lookup.
- The Kahu SRE Agent analyzes trace spans — including
data.inputanddata.outputevents — to provide structured root cause analysis. - The full CI/CD loop (deploy → fail → trace → analyze → issue) runs autonomously with no manual investigation required.
All learning paths¶
-
CI/CD for Agentic AI
Build CI/CD pipelines with automated testing and AI agent remediation.
-
Explore Okahu Cloud
Dive deeper into trace analysis and the Okahu portal.