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.mjs
CHANGED
|
@@ -10566,7 +10566,7 @@ var OpenTelemetry = class OpenTelemetry2 {
|
|
|
10566
10566
|
}),
|
|
10567
10567
|
metricReader: new PeriodicExportingMetricReader({
|
|
10568
10568
|
exporter: metricExporter,
|
|
10569
|
-
exportIntervalMillis:
|
|
10569
|
+
exportIntervalMillis: 3e4,
|
|
10570
10570
|
exportTimeoutMillis: 3e4
|
|
10571
10571
|
})
|
|
10572
10572
|
});
|