Remove Uptrace stack, archive old source, and rewrite logger
115 files · 5,743+ · 5,653-

Uptrace removal

2 files changed
  • docker-compose.yml Removed Docker Compose stack
  • uptrace.yml Removed Uptrace config
  • Removed entire Uptrace Docker Compose observability stack and all dashboard templates decouple architectural
    1 file
    • docker-compose.yml

Source archival

3 files changed
  • __init__.py Archived original telemetry source
  • __init__.py Archived second iteration source
  • extract.sh Extraction script for source history
  • Archived two previous telemetry implementations into old/ directories for reference decouple internal
    1 file
    • __init__.py

Logger and tracer rewrite

5 files changed
  • base.py Major logger rewrite with refactored structure
  • formatters.py Refactored formatters
  • emoji_matrix.py Simplified emoji matrix
  • base.py Refactored tracer
  • decorators.py Updated decorators
  • Rewrote logger base and formatters with cleaner architecture and updated tracer modules decouple behavioral
    1 file
    • base.py

Test infrastructure

3 files changed
  • conftest.py New test configuration with fixtures
  • test_logging.py Logger tests
  • test_tracing.py Tracing tests
  • Added proper test infrastructure with conftest.py and test files for logging and tracing qualify behavioral
    2 files
    • conftest.py
    • test_logging.py