I'm running signoz self hosted (free) and I notice...
# support
c
I'm running signoz self hosted (free) and I noticed that traces seems to have a start time granularity on 1ms and duration in nanoseconds, this causes weird rendering issues where it looks like functions returns before the call to functions that generate return values are actually called. in the screenshot the top span is the grpc endpoint called and the bottom span is what is generating the return value to the grpc endpoint. Is there a setting to increase the start time granularity to nanoseconds to get it to render correctly?
s