xxiaoxiong/dsh-prometheus1

dsh-prometheus

Privacy-conscious Prometheus metrics and a Grafana dashboard for DeepSeek Harness

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.