Reproducer for open-telemetry/opentelemetry-js#4115
npm install
npm run start
- See memory usage climb. Increasing the
PeriodicExportingMetricReader
's interval also increases the speed at which the memory climbs, indicating the leak exists in the collection cycle.