# Observability and Monitoring Dependencies

# Metrics and Monitoring
prometheus-client>=0.14.0
python-json-logger>=2.0.0

# Distributed Tracing (Optional)
opentelemetry-api>=1.15.0
opentelemetry-sdk>=1.15.0
opentelemetry-exporter-jaeger-thrift>=1.15.0
opentelemetry-instrumentation-django>=0.36b0
opentelemetry-instrumentation-psycopg2>=0.36b0
opentelemetry-instrumentation-redis>=0.36b0
opentelemetry-instrumentation-celery>=0.36b0

# HTTP Requests for notifications
requests>=2.28.0

# Process monitoring
psutil>=5.9.0

# Redis for caching (if not already included)
redis>=4.3.0