src/dazzle_back/runtime/ops_integration.py¶
Generated: 2026-03-30T04:38:47.700589+00:00
Commit: 615f1354a103
Language: python
Scope: dazzle_back
Purpose¶
Operations Platform Integration.
Wires together all ops components: - OpsDatabase (separate from app db) - HealthAggregator (system health monitoring) - SSEStreamManager (real-time streaming) - AnalyticsCollector (tenant-scoped analytics)
Provides a single function to mount all ops routes on a Fas...
Key Exports¶
OpsConfigOpsPlatformmount_ops_platformconfigurestartstopset_appspeccreate_routescreate_http_clientrender_emailrecord_event
Dependencies¶
Imports¶
__future__.annotationsloggingpathlib.Pathtyping.TYPE_CHECKINGtyping.Anydazzle_back.runtime.analytics_collector.AnalyticsCollectordazzle_back.runtime.analytics_collector.AnalyticsConfigdazzle_back.runtime.analytics_collector.create_analytics_routesdazzle_back.runtime.api_middleware.ApiTrackingMiddlewaredazzle_back.runtime.api_middleware.create_tracked_clientdazzle_back.runtime.api_tracker.ApiTrackerdazzle_back.runtime.api_tracker.configure_anthropic_trackingdazzle_back.runtime.api_tracker.configure_openai_trackingdazzle_back.runtime.email_templates.BrandConfigdazzle_back.runtime.email_templates.EmailTemplateEnginedazzle_back.runtime.email_templates.create_email_tracking_routesdazzle_back.runtime.health_aggregator.HealthAggregatordazzle_back.runtime.health_aggregator.create_database_checkdazzle_back.runtime.health_aggregator.create_event_bus_checkdazzle_back.runtime.health_aggregator.create_websocket_check
Event Interactions¶
None detected.
Invariants and Assumptions¶
No invariants documented.
Tests¶
tests/integration/test_runtime_e2e.pytests/integration/test_runtime_pipeline.pytests/unit/test_runtime_test_routes.pytests/unit/test_runtime_services.pytests/unit/test_runtime_mcp_tools.py
Notes¶
This page was automatically generated by tools/gen_reference_docs.py.