xxiaoxiong/dsh-prometheus1

dsh-prometheus

为 DeepSeek Harness 提供注重隐私的 Prometheus 指标收集和 Grafana 仪表盘

AI 分析

核心用途是监控 DSH 自身的运行指标。适合需要对 DSH 部署进行性能观测、指标收集和可视化监控的系统管理员。支持自动、独立或 Web 服务器集成模式。

套件
dsh-prometheus
版本
0.1.0
授權
MIT
最近更新
2026年8月15日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:xxiaoxiong/dsh-prometheus

Configuration

FieldDefaultDescription
enabledtrueDisable all collectors and endpoint without removing the row.
modeautoauto, webserver, or standalone.
host127.0.0.1Standalone bind address: loopback or 0.0.0.0.
port9464Standalone TCP port; 0 is intended only for tests.
path/metricsExact route, beginning with / and without a trailing slash.
allowRemotefalseRequired acknowledgement for 0.0.0.0 or a remote-facing WebServer route.
maxLabelValues64Per-key dynamic-label vocabulary cap.
maxLabelValueLength80Maximum accepted dynamic-label length.

Remote exposure has no built-in authentication or TLS. Read SECURITY.md before enabling it.