dsh-otel
把 agent loop 以 OpenTelemetry traces、metrics、logs 导出到 GreptimeDB,附七个 Grafana dashboard,覆盖 token 用量、成本、会话结果和每轮耗时。
Exports the agent loop to GreptimeDB as OpenTelemetry traces, metrics and logs, with seven Grafana dashboards covering token usage, cost, session outcomes and per-turn latency.
怎么安装
dsh plugin add @tma1-ai/dsh-plugin-greptimedb 简介
@tma1-ai/dsh-plugin-greptimedb English | 中文 What a DeepSeek Harness run costs you in tokens, money, and time, written into GreptimeDB as OpenTelemetry traces, metrics, and logs. Seven Grafana dashboards read it back. No collector. No sidecar. No fork of DSH. It installs as an ordinary plugin, and every turn, model call, and tool execution becomes a row you can query: sql -- Slowest tool calls, with the model that requested them. SELECT span_name, model, duration_nano / 1000000 AS ms FROM ( SELECT span_name, duration_nano, MAX("span_attributes.gen_ai.request.model") OVER (PARTITION BY trace_id,…
推荐参考
信息
- 协议
- Apache-2.0
- 语言
- TypeScript
- GitHub 星标
- 9
- 月下载
- –
- 最近更新
- 2026-08-28
- 创建于
- 2026-08-25
基础安全检查
- 检查结果
- 无
- 收录来源
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- 主题标签
- deepseek, deepseek-harness, dsh, dsh-plugin, greptimedb, harness, observability, opentelemetry
同类推荐
dsh-context
bowenliang123/dsh-context
DSH 上下文洞察面板:Context 仪表盘 + /context命令 + Context 浏览器,查看 Context的分类组成、内容详情、演进趋势、压缩/注入事件、统计等一站式 Context 全生命周期管理。
dsh-cost-meter
Han-1413141/dsh-cost-meter
会话与当日 API 费用统计、预算图框(已用%)、官方余额、历史看板,支持峰谷计价与官方价格一键同步。
dsh-usage-stats
Ychris12138/dsh-usage-stats
多供应商用量看板:按供应商/模型统计 Token 与日期下钻,统一展示账户余额,并追踪 OpenCode Go / Z.ai 订阅额度。
TokenLedger
zh667/TokenLedger
侧边栏用量面板:把 Token 归属到实际服务该请求的中转站,站点从已有的 provider 配置中读出,无需额外配置;含今日/本月/累计三窗口、按站点与模型下钻、一年活跃度热力图,以及 New API / Sub2API / DeepSeek 余额。