Expand certificate subsystem and refine hub, logger, and metrics modules
47 files · 2,437+ · 1,225-

Certificate subsystem expansion

5 files changed
  • certificate.py Certificate data model
  • factory.py Certificate factory pattern
  • generator.py Certificate generation
  • loader.py Certificate loading from files
  • trust.py Trust chain management
  • Expanded certificate subsystem with factory, generator, loader, and trust chain modules decouple architectural
    1 file
    • factory.py

Hub, logger, and observability refinements

4 files changed
  • components.py Hub component management updates
  • coordinator.py Logger setup coordination refinements
  • otel.py OpenTelemetry metrics integration
  • otel.py OpenTelemetry tracer integration
  • Refined hub component system and logger setup coordination with OTel integration decouple internal
    1 file
    • coordinator.py