we're sending to new relic's grpc endpoint. we get...
# spicedb
l
we're sending to new relic's grpc endpoint. we get a breakdowns and statistics about every spicedb method, so we can see average response times and all that but also like how many requests get dispatched to other instances and more interesting details like that. as far as what is missing: - sometimes internal spans for DispatchCheck have an error status with
context canceled
but no more information so i can't tell if that's something that needs to be addressed. some more information on those spans would be good, or if that error status is irrelevant for it to be caught internally - if it's possible to set an attribute on CheckPermission spans to indicate whether the cache was used so we can make sure we aren't doing anything that negates caching that would be super cool