D
dsh-otel
v0.0.2 · 2 天前发布
OpenTelemetry plugin for DeepSeek Harness (dsh) — traces and metrics for agent runs, tools, and model calls
README
dsh-otel
OpenTelemetry plugin for DeepSeek Harness (dsh).
Status: early development.
The plugin emits traces and metrics for the agent loop, the model calls, and the tool calls.
The GenAI semantic conventions have the statusDevelopment, so everygen_ai.*name can change.
Expect breaking changes before version 0.1.0.
DeepSeek Harness is also in developer preview.
What the plugin emits
Traces
| dsh concept | Span | Kind |
| --- | --- | --- |
| Turn | invoke_agent | INTERNAL, root of the trace |
| Step | dsh.step | INTERNAL, child of the turn |
| Model call | chat {model} | CLIENT, child of the step |
| Tool call | execute_tool {name} | INTERNAL, child of the step |
Every span carries `gen_ai.conversa
版本兼容矩阵
| DSH 版本 | 状态 | 说明 |
|---|---|---|
dsh@0.1.0-rc.6 | ❓ 未知 | metadata 缺失 |
dsh@0.1.0 | ❓ 未知 | — |
dsh@0.2.0 | ⚠️ 待验证 | 待实测(API 可能在变) |
dsh@0.3.0+ | ❓ 未知 | 尚未发布 |
💡 兼容矩阵每周末自动跑实测,欢迎 PR 修正
元数据
- License
- MIT
- npm
- dsh-otel
- Repo
- —
- Engines
{"node":">=20.6.0"}- Weekly DL
- 0
- Monthly DL
- 0
- dsh.bundle
{}