dsh-o11y-plugin
Unified observability (trace/log/metric) for deepseek-harness plugins: hooks dsh session telemetry where available, maintains OTel signals where not, and exports via standard OTLP.
AI 분석
核心用途是监控 DSH 及其插件的运行状态与性能。适合需要将 Agent 执行链路和遥测数据接入标准 APM 系统(如 Prometheus/Jaeger)的运维与开发人员。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:fly3366/dsh-o11y-pluginConfiguration
| Key | Default | Description |
|---|---|---|
enabled | true | master switch |
serviceName | dsh-plugin | OTel resource service.name |
endpoint | '' (→ OTEL_EXPORTER_OTLP_ENDPOINT → http://localhost:4318) | OTLP/HTTP endpoint |
enableTraces / enableMetrics / enableLogs | true | per-signal toggles |
metricExportIntervalMs | 60000 | periodic metric export interval |
bridgeSessionTelemetry | true | bridge dsh session telemetry into OTel logs |
Sensitive: no credentials are read or stored; only the optional OTLP endpoint is network-facing.