Hello folks! I'm trying to track down some discrep...
# community-help
t
Hello folks! I'm trying to track down some discrepancies in execution times between a Sentry transaction span and
search_time_ms
I presume
search_time_ms
is total time from when TS request starts processing -> response starts (and not a subset)?
My Sentry transaction spans are consistently ~60ms greater than the
search_time_ms
– so ~140ms Sentry span / ~80ms
search_time_ms
My assumption being that there's some unaccounted overhead on the application side (serialisation / deserialization etc etc) + round trip between client application + Typesense
k
Sentry timing will include network latency
t
Yeah, that was my assumption. Cool, so difference includes my network latency (amongst other things).
k
Yes, correct