xxiaoxiong/dsh-prometheus ↗★ 1
dsh-prometheus
为 DeepSeek Harness 提供注重隐私的 Prometheus 指标收集和 Grafana 仪表盘
AI 分析
核心用途是监控 DSH 自身的运行指标。适合需要对 DSH 部署进行性能观测、指标收集和可视化监控的系统管理员。支持自动、独立或 Web 服务器集成模式。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:xxiaoxiong/dsh-prometheus说明文档
阅读完整 README ↗Configuration
| Field | Default | Description |
|---|---|---|
enabled | true | Disable all collectors and endpoint without removing the row. |
mode | auto | auto, webserver, or standalone. |
host | 127.0.0.1 | Standalone bind address: loopback or 0.0.0.0. |
port | 9464 | Standalone TCP port; 0 is intended only for tests. |
path | /metrics | Exact route, beginning with / and without a trailing slash. |
allowRemote | false | Required acknowledgement for 0.0.0.0 or a remote-facing WebServer route. |
maxLabelValues | 64 | Per-key dynamic-label vocabulary cap. |
maxLabelValueLength | 80 | Maximum accepted dynamic-label length. |
Remote exposure has no built-in authentication or TLS. Read SECURITY.md before enabling it.