Hi folks! Is there a way to get number of actual ...
# spicedb
s
Hi folks! Is there a way to get number of actual db queries made by SpiceDB? I see there is spicedb_datastore_query_latency histogram that may be applicable except that it also measures cache queries. I could've subtracted (spicedb_cache_hits_total+spicedb_cache_misses_total) from spicedb_datastore_query_latency_count, but it won't work for watch schema cache enabled. Am I missing something here?
10 Views