From 374b9bba0fb93601417ad80c430a130dd077c122 Mon Sep 17 00:00:00 2001 From: akvlad Date: Mon, 10 Jun 2024 17:46:20 +0300 Subject: [PATCH] debug --- test/e2e | 2 +- traceql/index.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/test/e2e b/test/e2e index a2203f48..14260227 160000 --- a/test/e2e +++ b/test/e2e @@ -1 +1 @@ -Subproject commit a2203f48234322d703b60dc1478a531771024467 +Subproject commit 142602272531e9cb4548d6d4bbd5ffe0329a9ca4 diff --git a/traceql/index.js b/traceql/index.js index 17fd3999..bec8b969 100644 --- a/traceql/index.js +++ b/traceql/index.js @@ -140,7 +140,6 @@ async function processSmallResult (ctx, script) { spans: row.span_id.map((spanId, i) => ({ spanID: spanId, startTimeUnixNano: row.timestamp_ns[i], - spanStartTime: row.timestamp_ns[i], durationNanos: row.duration[i], attributes: [] })),