dsh plugins中文
← Back to popular plugin directory

loongsuite · DSH Usage and Cost Panel

loongsuite/dsh-plugin · skills

OpenTelemetry tracing for DeepSeek Harness (dsh): turns each agent turn into a GenAI span tree — steps, LLM calls with TTFT, tool executions, token usage — exported over standard OTLP to Jaeger, Grafana Tempo, SigNoz, La.

★ 10GitHub stars
1Forks
2026-08-17Last updated
TypeScriptLanguage
Apache-2.0License

Project overview

LoongSuite observability for DeepSeek Harness

@loongsuite/dsh-plugin is a standalone, open-source observability plugin for DeepSeek Harness (dsh). It observes DSH's native session, agent loop, LLM stream, and tool lifecycle, converts them into OpenTelemetry GenAI traces and metrics, and exports standard OTLP/HTTP protobuf to any compatible backend.

LoongSuite is an open-source observability collection ecosystem built on OpenTelemetry. This repository is its native DSH integration. The plugin does not depend on or require LoongSuite Pilot, a sidecar, a local JSONL tap, or any particular vendor's backend. Status: stable 0.1.x release. Install @loongsuite/dsh-plugin from npm or the DSH plugin market.

Install command

dsh plugin --profile web add github:loongsuite/dsh-plugin
View GitHub repository ↗Back to popular plugin directory