https://authzed.com logo
Title
f

fierro

04/26/2023, 11:03 PM
is there any way to turn on finer grained logging in SpiceDB? Didn't see any params in the
serve
command https://github.com/authzed/spicedb/blob/ad0cde847b99029e38ad04fe465f3e1be1e6d561/pkg/cmd/serve.go#L138 I'd like to understand the breakdown of steps / queries taken in a LookupResources requests. I see a bunch of
DispatchReachableResources
, but some of them take 2 seconds and there's not much more observability available. I guess we could turn on OpenTelemetry tracing and use the
TelemetryEndpoint
flag? Is there an otel ID in the logs for correlating with traces?