AI AGENT ADDONS

Python Observability

wshobson/agents

When your Python application runs in production, you need to see what is happening inside it. This skill teaches you how to add structured logging, metrics, and distributed tracing. You can then answer what broke, where it broke, and why without changing your code.

Structured logging means printing log entries as JSON with consistent fields. This makes log data easy to search and analyze. You will also learn to track the four golden signals such as latency, traffic, errors, and saturation. Correlation IDs thread through all logs and traces so you can follow a single request across services.

Use these patterns to build observability into your Python apps. You will debug production issues faster and keep your systems running smoothly.

Add Python Observability skill to your workflow

Global

mkdir -p ~/.claude/skills/python-observability

Project

mkdir -p .claude/skills/python-observability

Source Repository

Stars
37,285
Forks
4,009
Watchers
37,285
License
MIT
Last Push
26 days ago
Created
1 year ago