fierro
04/26/2023, 11:03 PMserve
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?