In the compatible Nuget versions that are listed here, only MongoDB.Driver.Core is present and not MongoDB.Driver.
Digging a bit deeper, in the json with the supported versions, MongoDB.Driver is there but the maxVersionSupportedInclusive version is 2.30.0. Version 3.0.0 is maxVersionAvailableInclusive.
Could you please let me know whether version 3 will be soon supported?
After updating our system to the latest version we noticed that the mongoDB dependency disappeared in Datadog, for example it's not listed in the Downstream services in an APM, and there are no spans to mongoDB in Flame graphs.
In the compatible Nuget versions that are listed here, only MongoDB.Driver.Core is present and not MongoDB.Driver.
Digging a bit deeper, in the json with the supported versions, MongoDB.Driver is there but the
maxVersionSupportedInclusive
version is2.30.0
. Version3.0.0
ismaxVersionAvailableInclusive
.Could you please let me know whether version 3 will be soon supported? After updating our system to the latest version we noticed that the mongoDB dependency disappeared in Datadog, for example it's not listed in the Downstream services in an APM, and there are no spans to mongoDB in Flame graphs.
Thank you!