python-observability
Implement structured logging, Prometheus metrics, and distributed tracing in Python applications.
Install
npx skills add https://github.com/wshobson/agents --skill python-observabilityStats
| Total installs | 3,220 |
| Weekly installs | 3.2K |
| GitHub stars | 32.4K |
| First seen | Jan 30, 2026 |
| Source | @wshobson/agents |
Summary
- Covers four core observability areas: structured JSON logging with structlog, Prometheus metrics for the four golden signals (latency, traffic, errors, saturation), correlation ID propagation across service boundaries, and OpenTelemetry distributed tracing
- Includes semantic log level guidance, bounded cardinality rules for metrics to prevent storage explosion, and context manager patterns for consistent operation timing
- Provides FastAPI middleware examples for correlation ID injection, decorator patterns for request instrumentation, and best practices for avoiding unbounded metric labels
- Demonstrates end-to-end patterns from request ingress through downstream service calls, with code examples for logging, metrics collection, and span creation
Tags
Related skills
| Skill | Installs | vs python-observability |
|---|---|---|
| cost-optimization | 3,867 | +647 |
| flowstudio-power-automate-mcp | 2,916 | -304 |
| linkerd-patterns | 3,222 | +2 |
| logging-best-practices | 2,433 | -787 |
| langfuse | 1,538 | -1,682 |
FAQ
- How many installs does python-observability have?
- python-observability has 3,220 total installs and 3.2K installs this week.
- Where is python-observability hosted?
- python-observability is published by @wshobson/agents at https://github.com/wshobson/agents.
- How many GitHub stars does python-observability have?
- python-observability has 32.4K GitHub stars.
- When was python-observability first indexed?
- OrangeBot.AI first indexed python-observability on Jan 30, 2026.
- How do I install python-observability?
- Run: npx skills add https://github.com/wshobson/agents --skill python-observability