provide-telemetry
2025-05-09
Remove Uptrace stack, archive old source, and rewrite logger
115 files · 5,743+ · 5,653-
Uptrace removal
2 files changed
docker-compose.ymlRemoved Docker Compose stackuptrace.ymlRemoved 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__.pyArchived original telemetry source__init__.pyArchived second iteration sourceextract.shExtraction script for source history
Logger and tracer rewrite
5 files changed
base.pyMajor logger rewrite with refactored structureformatters.pyRefactored formattersemoji_matrix.pySimplified emoji matrixbase.pyRefactored tracerdecorators.pyUpdated 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.pyNew test configuration with fixturestest_logging.pyLogger teststest_tracing.pyTracing tests
- Added proper test infrastructure with conftest.py and test files for logging and tracing
qualify
behavioral
2 files
conftest.pytest_logging.py