This message was deleted.
# support
s
This message was deleted.
s
@Srikanth Chekuri
s
How did you get the timestamp? If the timestamp is the start span start time, then yes timestamp+durationNano is the exit time.
s
Copy code
SELECT
    timestamp,
    traceID,
    serviceName,
    durationNano
FROM signoz_traces.distributed_signoz_index_v2
WHERE (traceID IN ('5d12acb2b83f6f3d68c998377c873d5f')) AND (serviceName IN ('Prod-ingestion-wh-consumer', 'Prod-PostNlpNotifier'))
timestamp is from the signoz_traces.distributed_signoz_index_v2 table hence the question
what does it indicate ?
s
It indicate start time of span
s
as in when the trace had reached the service ?
if so, i think thats wrong
s
What do you mean by trace had reached the service?
A span starts at some point and ends when the operation is completed. The timestamp here indicated when it started.
s
@Srikanth Chekuri possible to have a quick huddle? because i think the trace timeseries view seems to say different story would be 10mins max, only 1 question
s
You can post screenshots here. I am not in a position to join call.