Kirill Gribunin

Results 3 issues of Kirill Gribunin

_readSemaphore has been replaced with _readEvent, because an event can be safely Set multiple times in a row, while semaphore can be unintentionally Release'ed beyond its maximum level. When server...

Are any plans to support the Span branch or it's staled? Are pull requests with bug fixes being accepted for this branch?

I have a test.js file with the following code: ``` const apm = require('elastic-apm-node').start({ serviceName: 'testWatcher', serverUrl: "http://********:8200/", serverTimeout: "3s", logUncaughtExceptions: true }); const sleep = function (sec) { return...

agent-nodejs
community