yao/trace/types
Max e781e8f591 Refactor trace node management to support multiple parents and enhance type handling
- Updated the TraceNode structure to allow multiple parent IDs, facilitating implicit joins in trace management.
- Enhanced the TraceNodeOption to include a type field for better categorization of nodes.
- Refactored related methods in the trace manager and node handling to accommodate the new parent structure and type field.
- Improved test coverage for trace node creation and retrieval, ensuring robust handling of the new multi-parent functionality.
2025-11-21 17:33:00 +08:00
..
driver.go Implement trace archiving and management features 2025-11-20 12:12:29 +08:00
events.go Enhance trace logging and error handling across components 2025-11-20 10:45:26 +08:00
interfaces.go Enhance trace management functionality and logging capabilities 2025-11-20 18:15:48 +08:00
types.go Refactor trace node management to support multiple parents and enhance type handling 2025-11-21 17:33:00 +08:00