lower rate

This commit is contained in:
Will Freeman
2026-04-26 13:33:31 -06:00
parent a39f1a6a36
commit 3019d87f53
+1 -1
View File
@@ -38,7 +38,7 @@ const meterProvider = new MeterProvider({
readers: [
new PeriodicExportingMetricReader({
exporter: new OTLPMetricExporter({ url: `${OTEL_ENDPOINT}/v1/metrics` }),
exportIntervalMillis: 10_000,
exportIntervalMillis: 60_000,
}),
],
});