addon-observability-python-structlog
Installation
SKILL.md
Add-on: Python Observability with structlog
Use this skill when a Python runtime needs package-backed structured logging.
This is the default implementation add-on for Python when addon-observability-telemetry is in scope.
Compatibility
- Best fit for
architect-python-uv-fastapi-sqlalchemy. - Also valid for
architect-python-uv-batchand Python worker-style projects. - Pairs cleanly with
addon-observability-telemetry, which defines the higher-level telemetry contract.
Inputs
Collect:
TELEMETRY_MODE:logs-only|logs+metrics|logs+metrics+traces.LOG_FORMAT:json|logfmt.PII_REDACTION:strict|standard.PYTHON_OBSERVABILITY_PROFILE:api|worker.LOG_BACKEND: defaultstructlog; only useloguruwhen the user explicitly requests it and the tradeoff is documented.