modelRT/real-time-data
douxu cccd4becdc feat: add Loki logging, fix MQ shutdown order, improve realtime tracing
- add LokiConfig and batching lokiSyncer for dev-mode direct log push
  - refactor zap logger to support mode-aware encoding and K8s pod fields
  - fix RabbitMQ shutdown race: move CloseRabbitProxy to defer so channel
    closes before connection (prevents 504 error on Ctrl+C)
  - wrap MsgChan with EventMessage to carry per-cycle trace carrier
  - create new root OTel span per computation cycle linked to startup span,
    giving each cycle an independent traceID with startup as reference
2026-05-11 17:34:27 +08:00
..
alert optimzie code organization structure of rabbitmq event 2026-02-25 17:14:25 +08:00
cache.go add drone ci pipeline 2025-02-05 16:46:01 +08:00
cache_manager.go comment out unused kafka code 2025-12-12 10:23:04 +08:00
compute_analyzer.go feat: add Loki logging, fix MQ shutdown order, improve realtime tracing 2026-05-11 17:34:27 +08:00
compute_state_manager.go optimize real time data analyze of continuousComputation func 2025-11-17 16:39:26 +08:00
real_time_cache.go optimize cache item of kafka monitor topic 2025-09-19 16:15:59 +08:00
real_time_data_up_down_limit_computing.go feat: add Loki logging, fix MQ shutdown order, improve realtime tracing 2026-05-11 17:34:27 +08:00