Skip to content

Commit

Permalink
prefix default tenant with k6
Browse files Browse the repository at this point in the history
  • Loading branch information
electron0zero committed Dec 13, 2023
1 parent 14e508b commit 798f2c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/template/template.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const options = {
};

const endpoint = __ENV.ENDPOINT || "otel-collector:4317"
const orgid = __ENV.TEMPO_X_SCOPE_ORGID || "test"
const orgid = __ENV.TEMPO_X_SCOPE_ORGID || "k6-test"
const client = new tracing.Client({
endpoint,
exporter: tracing.EXPORTER_OTLP,
Expand Down

0 comments on commit 798f2c6

Please sign in to comment.