sashayakovtseva_46690
04/22/2024, 3:09 PMsum(rate(spicedb_services_dispatches_sum{method="CheckPermission",cached="true"}[$__rate_interval])) /
sum(rate(spicedb_services_dispatches_sum{method="CheckPermission"}[$__rate_interval]))
I am trying to figure out why the following formula gives me numbers at least 2 times worse:
sum (rate(spicedb_dispatch_check_from_cache_total{}[$__rate_interval])) /
sum (rate(spicedb_dispatch_check_total{}[$__rate_interval]))
Do I understand it correctly that with the first approach when increasing "cached" counter you also include there all subproblems that would have been potentially dispatched?