Files
deepseek-harness/packages/telemetry/README.zh.md
T
kingwl e8d8589219 Merge remote-tracking branch 'origin/master' into feat/telemetry-otel-plugin
Resolutions: regenerate docs/capability-seams.md (the only conflict);
master widened the bilingual pairing scope to package READMEs, so this
merge adds the Chinese counterparts and i18n records for the three
telemetry READMEs and patches packages/README.zh.md with the telemetry
group row.
2026-07-26 16:58:35 +08:00

1.0 KiB
Raw Blame History

telemetry/

English | 中文

面向外部的会话上报:遥测(telemetryseam 及其 OpenTelemetry 后端。整套设计归档于复活 Agent Noteagent 决策记录):边界公理(harness 的职责止于 emit(),投递由上报 SDK 负责)、telemetry/redact waterfall(瀑布式事件;脱敏规则由部署方挂载,seam 自身不带任何规则)、固定分片投影、handoff 游标,以及运维记录通道。

职责
@deepseek-ai/dsh-session-telemetry seam 本体:捕获点、投影、脱敏、handoff 游标、运维信号,以及最小后端契约(emit/flush?/shutdown)。
@deepseek-ai/dsh-session-telemetry-otel 部署方要加载的后端:OTel JS SDK 的日志流水线(LoggerProvider + BatchLogRecordProcessor + OTLP/HTTP 导出器),经透传(passthrough)原样配置。