Dash0 Agent Plugin
Instruments the coding agent itself, emitting tool calls and token use as OpenTelemetry traces.
Install
OfficialShips scriptsClaude Code: /plugin marketplace add anthropics/claude-plugins-official → /plugin install dash0@claude-plugins-official
Ajan oturumunun kendi telemetrisi toplanırken ya da token ve araç kullanımı iz üzerinden incelenirken
- Author
- Dash0
- License
- Apache-2.0
Every other entry here points the agent at a monitoring system; this one points a monitoring system at the agent. Hooks capture prompts and responses, tool and MCP calls, sub-agent activity and token consumption, then emit them as OTel spans, so a session becomes a trace you can walk turn by turn to see where it stalled and what each turn cost. Being OTLP native matters more than the vendor name: the same telemetry goes to any compatible backend, and it lands in the same store as the services the agent was touching, which is what allows the two to be correlated. Credentials sit in a config file with a documented precedence order, or in the OS keychain.
Similar skills
Application Performance
SkillRuns profiling through to monitoring as one resumable pass with an explicit target.
Database Migrations
SkillInstruments the migration itself, so a long backfill is not a silent wait.
Database & Cloud Optimization
SkillPuts query tuning and cloud spend in one plugin, because each one causes the other.
Comments(0)
Sign in to comment