Cian Johnston
72e3ae9c5f
feat: add chatd tool call error metrics and logging (#24559)
- Add `coderd_chatd_tool_errors_total` prometheus counter (labels:
provider, model, tool_name)
- Log tool call errors at warn level with correlation fields: chat_id,
owner_id, organization_id, workspace_id, agent_id, parent_chat_id,
trigger_message_id, tool_name, tool_call_id, provider, model
- Thread enriched logger from chatd.go into chatloop via
`RunOptions.Logger`
- Remove squashing of all MCP tool calls to the `mcp` bucket
> 🤖
2026-04-22 16:19:56 +00:00
..
2026-03-23 17:34:43 +00:00
2026-04-22 15:14:31 +02:00
2026-04-22 00:05:27 +10:00
2026-04-22 16:19:56 +00:00
2026-04-22 20:11:53 +10:00
2026-04-22 14:20:23 +02:00
2026-04-20 11:09:47 +01:00
2026-04-21 10:26:20 +01:00
2026-04-21 11:37:29 -07:00
2026-03-30 11:43:59 +00:00
2026-04-07 14:42:30 +02:00
2026-04-20 18:04:35 +10:00
2026-04-22 20:11:53 +10:00
2026-04-20 12:27:16 +02:00
2026-04-22 12:10:32 +00:00
2026-04-21 14:01:32 +02:00
2026-04-22 16:19:56 +00:00
2026-03-30 17:51:51 +11:00
2026-03-26 18:04:53 +11:00
2026-04-09 16:33:00 +02:00
2026-03-27 18:47:39 +11:00
2026-03-27 18:47:39 +11:00
2026-04-08 11:54:44 -04:00
2026-04-08 11:54:44 -04:00
2026-04-03 20:04:09 +02:00
2026-04-15 16:41:15 -04:00
2026-04-09 16:33:00 +02:00
2026-04-13 12:31:25 +01:00
2026-04-21 14:01:32 +02:00
2026-04-13 19:59:47 +02:00
2026-04-20 12:27:16 +02:00
2026-04-21 14:01:32 +02:00
2026-04-22 20:11:53 +10:00
2026-03-25 14:09:24 +00:00
2026-03-25 14:09:24 +00:00
2026-04-22 20:11:53 +10:00
2026-04-22 20:11:53 +10:00
2026-04-17 16:16:30 +01:00
2026-04-21 14:01:32 +02:00
2026-04-22 15:54:17 +02:00
2026-04-22 15:54:17 +02:00
2026-04-21 14:01:32 +02:00
2026-04-21 14:01:32 +02:00
2026-03-23 17:34:43 +00:00
2026-04-14 16:56:17 +01:00