Back to Plugins

Dash0

OpenTelemetry observability for Claude Code sessions. Captures tool calls, LLM invocations, token usage, and errors as OTel traces. Send telemetry to Dash0 or any OpenTelemetry-compatible backend.

monitoringllm
By Dash0
2Updated todayGoApache-2.0

Installation

/plugin install dash0@claude-plugins-official

How to install

  1. Open Claude Code in your terminal
  2. Run the installation command above
  3. The plugin will be enabled automatically
  4. Use the plugin's features in your Claude Code sessions

Dash0 Agent Plugin

Connect your coding agent to Dash0 for deep insight into how it's used — prompts and responses, tool calls, MCP calls, sub-agent activity, and token consumption — emitted as OpenTelemetry traces.

Trace through a session, see what each turn cost, find where the agent got stuck, and join agent activity with the systems it touches.

Supported runtimes

Repository layout

This repo ships one shared Go pipeline (cmd/, internal/, scripts/) and two runtime-specific plugin surfaces:

PathRuntimePurpose
.claude-plugin/, claude/commands/, hooks/hooks.jsonClaude CodeManifest, slash commands, hook registration
.cursor-plugin/, cursor/plugin-hooks.json, cursor/skills/CursorManifest, hook registration, configure skill

Runtime-specific assets live under claude/ and cursor/ so neither marketplace auto-discovers the other runtime's components. Shared hook binaries stay in scripts/.

License

Apache-2.0 — see LICENSE.

View source on GitHub