-
Notifications
You must be signed in to change notification settings - Fork 1
Session Telemetry
Upstream optional capability — not implemented in Edge.
Upstream reference: Session Telemetry documentation
Session telemetry is an optional capability seam that exports session event data for external analysis. It has two components:
- dsh-session-telemetry — coordinator: captures session events, applies redaction waterfall, emits structured records with dual channels (ledger for event mirrors, ops for operational signals).
-
dsh-session-telemetry-otel — provider: implements the
SessionTelemetrySinkinterface using OpenTelemetry JS SDK log pipeline.
The upstream documentation states: "telemetry is an optional capability, not part of the agent loop backbone, and nothing here enters model requests."
Not Implemented Neither the coordinator nor the provider is installed. @deepseek-ai/dsh-anonymous-user-id is listed in dependencies but no plugin is activated. No session events are exported, no usage tracking occurs, and no OpenTelemetry pipeline exists.
This is intentional: Edge is a self-hosted, single-user deployment. Telemetry export requires a receiving backend (OpenTelemetry collector) and a sharing policy — neither of which is configured in the Edge deployment model.
Evaluate telemetry for self-hosted usage analytics. (#94) If users want to track their own usage (token consumption, session counts, tool call frequency), the upstream telemetry seam could be adapted with a DO-local sink instead of OpenTelemetry export. This would keep data within the Durable Object rather than requiring external infrastructure.
- Home
- Architecture
- Core & Scope
- Session & Persistence
- Model & Context
-
Execution & Tools
- Tools
- Bash
- Subprocess 🚫
- PTY Session 🚫
- Background Jobs 🚫
- Filesystem
- LSP Navigation 🚫
- Code Runtime 🚫
-
Web Access
⚠️ -
Skills
⚠️ - Workflow 🚫
- Subagent 🚫
-
Policy & Interaction
- Goal
- Approval 🚫
- Permission Presets 🚫
-
Sandbox
⚠️ - Plan Mode 🚫
- User Interaction 🚫
- Commands 🚫
- Schedule 🚫
- Message Feedback 🚫
- Platform & Access
- Development
- 首页
- 架构
- 核心与作用域
- 会话与持久化
- 模型与上下文
- 执行与工具
- 策略与交互
- 平台与接入
- 开发