+
+ 调用时间
+ {{ log.createTime }}
+
+
+ 场景
+ {{ log.sceneCode || '-' }}
+
+
+ 服务商
+ {{ log.providerCode || '-' }}
+
+
+ 接口
+ {{ log.endpointCode || '-' }}
+
+
+ 状态
+
+
+ {{ statusLabel(log.status) }}
+
+
+
+
+ 首字耗时
+ {{ formatMs(log.firstTokenMs) }}
+
+
+ 总耗时
+ {{ formatMs(log.durationMs) }}
+
+
+ 片段数
+ {{ log.streamChunks ?? '-' }}
+
+
+ 用户 ID
+ {{ log.userId || '-' }}
+
+
+ 请求 ID
+ {{ log.requestId || '-' }}
+
+