-
Type:
Task
-
Resolution: Gone away
-
Priority:
Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: Core
I would like to know what this error message means, since I'm not able to find any documentation regarding it.
It happens using the mongo APM driver for NodeJS, captured using the failed listener created when calling require('mongodb').instrument();
The failure message is:
{"message":\{"message":"no connection available for monitoring","driver":true},"name":"MongoError"}
There is any possible root cause for this issue? seems undocumented.