You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when logging errors, Opik adds an Error field to the input/output section. However, this field is not accessible in the online evaluation → code metric constructor.
Because of this limitation, it’s not possible to track the dynamics of error frequency in the UI.
I’d like to request one of the following improvements:
Add a default chart for errors (e.g., error count over time), possibly with breakdowns by error type or by agent that generated the error.
Expose the Error field in the metrics constructor, so that custom metrics can leverage it directly.
Motivation
This would make it easier to monitor system reliability and evaluate error trends without additional workarounds.