however, when i go check the k6_checks_rate value in Grafana, i donβt see any values. i only see values of 1 for tests where all the checks have passed. i see all other metric data for tests with failed checks but just not the checks metric. without it, i wonβt know if the test passed or failed. Am I doing anything wrong or is that value not sent?
The last value reported by the line representing the mixed check that should fail roughly around half of the time is 0.47 which, when multiplied by 100, matches the number seen in the end-of-test summary:
Ok I do see value of 0 for the failed checks, but what was hoping for is a aggregate percent of all the checks. So for your example above is there a way to see the combined percentage of your passing, failing, and mixed checks, for basically 1+0+.47/3 or just 0.49 instead of having to look at the checks_rate for each check? something like k6_checks_rate{check="all"}?