Slackbot
02/23/2024, 2:47 AMSrikanth Chekuri
02/25/2024, 1:00 AMsignoz_calls_total
that contains attributes status_code
. You can use SUM_RATE(signoz_calls_total)
where status_code!=STATUS_CODE_ERROR
for the total successful operations. And divide it by SUM_RATE(signoz_calls_total)
without any filtersRi Sheng Chen, Sunny
02/26/2024, 2:57 AMRi Sheng Chen, Sunny
02/26/2024, 2:58 AMSrikanth Chekuri
02/26/2024, 4:34 AMA/B
for percentage.Ri Sheng Chen, Sunny
02/26/2024, 7:22 AMA/B