We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b54a67 commit 6787e1eCopy full SHA for 6787e1e
src/service/telemetry/client.ts
@@ -44,8 +44,8 @@ class TelemetryClientSingleton {
44
await telemetryClient.newMetricsClient({
45
exporter: Exporters.CreateExporter(Exporters.CreateMetricsExporterConfig({
46
endpoint: OTEL_EXPORTER_OTLP_ENDPOINT,
47
- interval: 5,
48
- timeoutSeconds: 5,
+ interval: 60,
+ timeoutSeconds: 60,
49
}), 'otlp'),
50
});
51
0 commit comments