File tree Expand file tree Collapse file tree
src/Agent/NewRelic/Agent/Extensions/Providers/Wrapper/MongoDb26 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ SPDX-License-Identifier: Apache-2.0
3939 </tracerFactory >
4040
4141 <tracerFactory name =" AsyncCursorWrapper" >
42- <match assemblyName =" MongoDB.Driver.Core" className =" MongoDB.Driver.Core.Operations.AsyncCursor`1" maxVersion =" 2.999 .0" >
42+ <match assemblyName =" MongoDB.Driver.Core" className =" MongoDB.Driver.Core.Operations.AsyncCursor`1" maxVersion =" 3.0 .0" >
4343 <exactMethodMatcher methodName =" GetNextBatch" />
4444 <exactMethodMatcher methodName =" GetNextBatchAsync" />
4545 </match >
@@ -51,7 +51,7 @@ SPDX-License-Identifier: Apache-2.0
5151 </tracerFactory >
5252
5353 <tracerFactory name =" MongoDatabaseWrapper" >
54- <match assemblyName =" MongoDB.Driver" className =" MongoDB.Driver.MongoDatabaseImpl" maxVersion =" 2.999 .0" >
54+ <match assemblyName =" MongoDB.Driver" className =" MongoDB.Driver.MongoDatabaseImpl" maxVersion =" 3.0 .0" >
5555 <exactMethodMatcher methodName =" Aggregate" />
5656 <exactMethodMatcher methodName =" AggregateToCollection" />
5757 <exactMethodMatcher methodName =" CreateCollection" />
Original file line number Diff line number Diff line change 44using System ;
55using System . Collections ;
66using System . Collections . Concurrent ;
7- using System . ComponentModel . Design ;
87using System . Net ;
98using NewRelic . Agent . Extensions . Helpers ;
109using NewRelic . Agent . Extensions . Parsing ;
11- using NewRelic . Agent . Extensions . Providers . Wrapper ;
1210using NewRelic . Agent . Extensions . Parsing . ConnectionString ;
1311using NewRelic . Reflection ;
14- using System . Reflection ;
1512
1613namespace NewRelic . Providers . Wrapper . MongoDb26
1714{
You can’t perform that action at this time.
0 commit comments