dsh-o11y-plugin
适用于 DSH 插件的统一可观测性(追踪/日志/指标)插件,支持通过标准 OTLP 导出数据。
AI 分析
核心用途是监控 DSH 及其插件的运行状态与性能。适合需要将 Agent 执行链路和遥测数据接入标准 APM 系统(如 Prometheus/Jaeger)的运维与开发人员。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:fly3366/dsh-o11y-plugin說明文件
閱讀完整 README ↗Configuration
| 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.