Skip to content

Commit

Permalink
Update qryn-tempo-loadtest.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Nov 8, 2023
1 parent 6816241 commit 32c6f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tempo/qryn-tempo-loadtest.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default function () {
let traces = gen.traces()
client.push(traces);

console.log(`Pushed ${pushSizeSpans} spans from ${pushSizeTraces} different traces. Here is a random trace: ${t[Math.floor(Math.random() * t.length)]}`);
console.log(`Pushed ${pushSizeSpans} spans from ${pushSizeTraces} different traces. Here is a random trace: ${JSON.stringify(t[Math.floor(Math.random() * t.length)])}`);
sleep(__ENV.K6_INTERVAL || 15);
}

Expand Down

0 comments on commit 32c6f19

Please sign in to comment.