keymetrics / pm2-io-apm

PM2.io APM for Node.JS
Apache License 2.0
147 stars 40 forks source link

meters are broken #269

Closed eram closed 4 years ago

eram commented 4 years ago

The below throws.

    const mtr = io.meter({
      name: 'mtr1'
    });

    mtr.mark();
    mtr.mark();
    console.assert(mtr.val()>0);