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 804ddb0 commit b14e224
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 @@ -13,7 +13,7 @@ export let options = {
const endpoint = __ENV.K6_TEMPO_ENDPOINT || "localhost:3100"
const client = new tracing.Client({
endpoint,
exporter: tracing.EXPORTER_OTLP,
exporter: tracing.EXPORTER_OTLP_HTTP,
insecure: true,
});

Expand Down

0 comments on commit b14e224

Please sign in to comment.