Skip to content

Commit

Permalink
Set exportIntervalMillis
Browse files Browse the repository at this point in the history
because Langfuse trace is sent to Langfuse
  • Loading branch information
Rindrics committed Oct 21, 2024
1 parent d62e91b commit 5874bb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions instrumentation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export const metricReader = new PeriodicExportingMetricReader({
"signoz-access-token": process.env.SIGNOZ_INGESTION_TOKEN,
},
}),
exportIntervalMillis: 10000,
});

export async function register() {
Expand Down

0 comments on commit 5874bb4

Please sign in to comment.