imks/socket
zhenyi 0dbac480ae feat(telemetry): integrate OpenTelemetry observability stack with health metrics
- Add OpenTelemetry SDK, OTLP exporter, Prometheus integration
- Implement connection tracking with active/total/disconnection metrics
- Add health endpoint with uptime and connection counts
- Integrate tracing spans for socket events and engine messages
- Add metrics collection for event handling duration
- Update health endpoint to include live runtime state
- Add graceful telemetry shutdown in main function
- Implement engine session active metrics tracking
- Add namespace-specific attributes to connection metrics
- Introduce message edit history retrieval endpoint
- Add scheduled message CRUD operations and dispatcher
- Update Socket.IO event registration with observability
- Refactor component update to remove dead code allowance
- Add comprehensive environment variables documentation
- Implement detailed development guidelines in AGENTS.md
2026-06-11 13:53:29 +08:00
..
adapter refactor(tests): reformat code and update dependency management 2026-06-11 12:11:05 +08:00
message_bus refactor(tests): reformat code and update dependency management 2026-06-11 12:11:05 +08:00
session_store refactor(tests): reformat code and update dependency management 2026-06-11 12:11:05 +08:00
mod.rs refactor(tests): reformat code and update dependency management 2026-06-11 12:11:05 +08:00
namespace.rs feat(telemetry): integrate OpenTelemetry observability stack with health metrics 2026-06-11 13:53:29 +08:00
packet.rs feat(auth): add authentication protocol definitions and build configuration 2026-06-10 23:45:40 +08:00
parser.rs refactor(tests): reformat code and update dependency management 2026-06-11 12:11:05 +08:00
server.rs feat(telemetry): integrate OpenTelemetry observability stack with health metrics 2026-06-11 13:53:29 +08:00
socket.rs refactor(tests): reformat code and update dependency management 2026-06-11 12:11:05 +08:00