how to set alarm on tracing for endpoint with err response code? #11358
Unanswered
houbinglei
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
Alerting is only for metrics, not trace or log. If you want to set alerting, try to use OAL to extract metrics from traces. |
Beta Was this translation helpful? Give feedback.
2 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.
-
i have set endpoint oal metric:
endpoint_err_count = from(Endpoint.*).filter(httpResponseStatusCode in [400, 404, 500, 503]).count();
and i can get alert when /voiceBot/api... return 404;
but how can i get alert when /rest/v2... return 404 and /voiceBot/api... return200?
Beta Was this translation helpful? Give feedback.
All reactions