Replies: 1 comment 4 replies
-
|
👋🏽
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm trying to find a way to measure how often a call to a LLM fails with erros like 502. I'm aware of the
gen_ai_*metrics, but I think there isn't one to measure errors in the call.I'm also aware of the
@Observes AiServiceErrorEvent eventwhere I could add a@Countedannotation, but then to test it, how can I make the AI service fail in a way that the counter is increased?I'm looking for any tips that could make this effective and testable.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions