Skip to content

Commit

Permalink
update instrumentation definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Kielek committed Oct 6, 2022
1 parent 6291a5c commit fdca153
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions integrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"MongoDB.Driver.MongoClientSettings"
],
"minimum_major": 2,
"minimum_minor": 3,
"minimum_patch": 0,
"minimum_minor": 13,
"minimum_patch": 3,
"maximum_major": 2,
"maximum_minor": 65535,
"maximum_patch": 65535
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ namespace OpenTelemetry.AutoInstrumentation.Instrumentations.MongoDB;
MethodName = ".ctor",
ReturnTypeName = ClrNames.Void,
ParameterTypeNames = new[] { "MongoDB.Driver.MongoClientSettings" },
MinimumVersion = "2.3.0",
MinimumVersion = "2.13.3",
MaximumVersion = "2.65535.65535",
IntegrationName = "MongoDB")]
public class MongoClientIntegration
Expand Down

0 comments on commit fdca153

Please sign in to comment.