fastapi-otel-common

Installation
SKILL.md

FastAPI OTEL Common Skill

This skill provides the AI agent with specialized knowledge and best practices for the fastapi-otel-common ecosystem.

Core Principles

  • Observability First: Always implement OpenTelemetry tracing and metrics. Use the built-in instrumentation.
  • Structured Logging: Use loguru for all logging. Avoid print(). Use the library's logger initialization.
  • Security by Default: Use get_current_user or role-based decorators (RequireRoles) for protected endpoints.
  • Production-Ready Health Checks: Utilize the automatic /healthz, /readyz, and /livez endpoints.

Common Tasks

1. Initialize the App

from fastapi_otel_common import create_app
Installs
5
GitHub Stars
1
First Seen
Feb 4, 2026
fastapi-otel-common — devdenvino/fastapi_otel_common