We are trying to mirror a specific Claude Code monitoring dashboard setup but are missing a few specific telemetry signals that this plugin doesn't emit yet.
Could you please add support for the following?
- Pull Request metric: A
pr.count counter metric (similar to commit.count) that increments when the agent executes a gh pr create command via the bash tool.
- Explicit Lines Added/Removed Logs: Emitting explicit
lines_added and lines_removed log events during the session.diff handler. Currently, the plugin updates the lines_of_code metrics, but having explicit log events with the line counts as attributes is needed for our backend queries.
- ai-tool Log Event: Emitting an
ai-tool log event alongside (or instead of) the existing tool_result log event when a tool execution completes.
Thanks!
We are trying to mirror a specific Claude Code monitoring dashboard setup but are missing a few specific telemetry signals that this plugin doesn't emit yet.
Could you please add support for the following?
pr.countcounter metric (similar tocommit.count) that increments when the agent executes agh pr createcommand via the bash tool.lines_addedandlines_removedlog events during thesession.diffhandler. Currently, the plugin updates thelines_of_codemetrics, but having explicit log events with the line counts as attributes is needed for our backend queries.ai-toollog event alongside (or instead of) the existingtool_resultlog event when a tool execution completes.Thanks!