Integration example catalog
Each integration has a runnable source example in the repository's examples/ directory. The examples contain configuration and sample logging calls only; they do not embed captured output. Run an example from the project root with:
powershell
uv run python examples\<example-name>.pyFramework and local integrations
These examples can be inspected and exercised locally when their optional package is installed:
- APScheduler
- Celery
- Click
- Django
- FastAPI
- Flask
- Gunicorn
- Pydantic
- Rich
- RQ
- SQLAlchemy
- Starlette
- stdlib logging
- structlog
- tqdm
- Typer
- Uvicorn
Network and service integrations
These examples are complete client configurations. Live execution requires the corresponding endpoint, broker, database, collector, or credentials:
- AWS CloudWatch
- Azure Monitor
- Datadog
- Discord
- Elasticsearch
- Google Cloud Logging
- Graylog
- HTTP
- Kafka
- Logstash
- Loki
- MongoDB
- New Relic
- OpenTelemetry
- PostgreSQL
- Prometheus
- RabbitMQ
- Redis
- Sentry
- Seq
- Slack
- Telemetry
