default errors from capabilities will be marked as Internal errors in…#21752
default errors from capabilities will be marked as Internal errors in…#21752
Conversation
…stead of Unknown/Bug
|
👋 fernandezlautaro, thanks for creating this pull request! To help reviewers, please consider creating future PRs as drafts first. This allows you to self-review and make any final changes before notifying the team. Once you're ready, you can mark it as "Ready for review" to request feedback. Thanks! |
|
I see you updated files related to
|
|
✅ No conflicts with other open PRs targeting |
There was a problem hiding this comment.
Pull request overview
Risk Rating: LOW
Follow-up to #21746 to ensure workflow capability execution failures that do not return a typed caperrors.Error are accounted for as Internal failures (instead of a “BUG”/unknown bucket), improving metrics consistency for remote capability error handling.
Changes:
- Update capability failure metric label for untyped errors to use
caperrors.Internal.String(). - Adjust structured logging key for system-origin capability errors (
err→systemErr).
|
#21752) default errors from capabilities will be marked as Internal errors instead of Unknown/Bug




…stead of Unknown/Bug
Follow up of #21746
Requires
Supports