链路追踪/性能分析
高级问题排查工具,包括vGPU调用追踪/性能分析,Hypervisor TUI等。
🚧 Under Construction
Step 1. Enable Logging
Add the following environment variable to both business container and worker:
- name: TF_ENABLE_LOG
value: '1'
# Log level, error/warn/info/trace
- name: TF_LOG_LEVEL
value: 'warn'
# Log into file rather than stdout
- name: TF_LOG_PATH
value: '/tmp/tensor-fusion/tf.log'Logs will be output to the container and collected by vector, sink to TSDB.
TensorFusion 文档