modelRT/config
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
..
anchor_chan_config.go rewrite the real-time data acquisition and processing workflow 2025-01-21 16:35:44 +08:00
anchor_param_config.go optimize code of config 2026-01-29 17:00:20 +08:00
config.go feat: add Loki logging, fix MQ shutdown order, improve realtime tracing 2026-05-11 17:34:27 +08:00
model_config.go refactor(logger): 1. optimize the logger log module design and add link tracking related designs 2025-06-05 15:56:40 +08:00