Skip to content

Commit

Permalink
adding span processor
Browse files Browse the repository at this point in the history
  • Loading branch information
xoscar committed Apr 24, 2024
1 parent acb2914 commit 184fa36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/telemetry/tracing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ async function createTracer(): Promise<opentelemetry.Tracer> {

const sdk = new NodeSDK({
spanProcessor: new SimpleSpanProcessor(collectorExporter),
traceExporter: collectorExporter,
// traceExporter: collectorExporter,
instrumentations: [],
});

Expand Down

0 comments on commit 184fa36

Please sign in to comment.