plutin 1.7.5 → 1.7.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -10598,7 +10598,7 @@ var OpenTelemetry = class OpenTelemetry2 {
|
|
|
10598
10598
|
}),
|
|
10599
10599
|
metricReader: new import_sdk_metrics.PeriodicExportingMetricReader({
|
|
10600
10600
|
exporter: metricExporter,
|
|
10601
|
-
exportIntervalMillis:
|
|
10601
|
+
exportIntervalMillis: 3e4,
|
|
10602
10602
|
exportTimeoutMillis: 3e4
|
|
10603
10603
|
})
|
|
10604
10604
|
});
|