Divyanshu Negi
06/01/2023, 9:47 AMwebhookStartAt
I cant see that in the stringTagmap, where as it returns some data when channel
is not null, which is also passed in that trace data.
SELECT
stringTagMap
FROM
signoz_traces.distributed_signoz_index_v2
WHERE
stringTagMap['channel'] IS NOT NULL
AND timestamp >= NOW() - INTERVAL 1 HOUR
LIMIT 1;
Srikanth Chekuri
06/02/2023, 12:30 AMwhen doing this query first to see where is thisWhat is the query for this?I cant see that in the stringTagmapwebhookStartAt
Divyanshu Negi
06/02/2023, 2:43 AMSrikanth Chekuri
06/02/2023, 8:37 AMwebhookStartAt
?Divyanshu Negi
06/02/2023, 9:09 AMspan.setAttributes({
channel: channel,
webhookSentAt: msgTimestamp,
webhookReceivedAt: curTz.getTime(),
webhookProcessingFinishedAt: new Date().getTime(),
});
this is what we are sending to signoz, so it must be number
numberTagMap