fix(server): wrong OTEL config (#5084)

This commit is contained in:
liuyi
2023-11-28 05:54:42 +00:00
committed by 李华桥
parent 89197bacef
commit c0ede1326d

View File

@@ -66,7 +66,7 @@ class GCloudOpentelemetryFactor extends OpentelemetryFactor {
override getMetricReader(): MetricReader {
return new PeriodicExportingMetricReader({
exportIntervalMillis: 30000,
exportTimeoutMillis: 60000,
exportTimeoutMillis: 10000,
exporter: new MetricExporter(),
});
}