fly3366/dsh-o11y-plugin0

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)的运维与开发人员。

패키지
dsh-o11y-plugin
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 14.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:fly3366/dsh-o11y-plugin

Configuration

KeyDefaultDescription
enabledtruemaster switch
serviceNamedsh-pluginOTel resource service.name
endpoint'' (→ OTEL_EXPORTER_OTLP_ENDPOINThttp://localhost:4318)OTLP/HTTP endpoint
enableTraces / enableMetrics / enableLogstrueper-signal toggles
metricExportIntervalMs60000periodic metric export interval
bridgeSessionTelemetrytruebridge dsh session telemetry into OTel logs

Sensitive: no credentials are read or stored; only the optional OTLP endpoint is network-facing.