Skip to content

Commit

Permalink
Merge pull request #13700 from nr-ahemsath/add-new-mongodb-instrument…
Browse files Browse the repository at this point in the history
…ed-methods-10-12-0

.NET Agent documentation updates for release version 10.12.0
  • Loading branch information
bradleycamacho committed Jun 26, 2023
2 parents bb1ad17 + 673993e commit 7c31ed7
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -502,9 +502,16 @@ Prior versions of Npgsql may also be instrumented, but duplicate and/or missing
<td>
Minimum supported version: 2.3.0

Verified compatible versions: 2.3.0, 2.8.1, 2.13.1, 2.14.1, 2.17.1, 2.19.0, 2.19.2
Verified compatible versions: 2.3.0, 2.8.1, 2.13.1, 2.14.1, 2.17.1, 2.19.0, 2.20.0

Known incompatible versions: New methods added in 2.7 and above are not currently instrumented.
Beginning in agent version 10.12.0, the following methods added in or after driver version 2.7 are instrumented:
* IMongoCollection.CountDocuments[Async]
* IMongoCollection.EstimatedDocumentCount[Async]
* IMongoCollection.AggregateToCollection[Async]
* IMongoDatabase.ListCollectionNames[Async]
* IMongoDatabase.Aggregate[Async]
* IMongoDatabase.AggregateToCollection[Async]
* IMongoDatabase.Watch[Async]
</td>
</tr>

Expand All @@ -525,7 +532,7 @@ Use [MySql.Data](https://www.nuget.org/packages/MySql.Data/) or [MySQL Connector

**MySql.Data**
* Minimum supported version: 6.10.7
* Verified compatible versions: 6.10.7, 8.0.15, 8.0.30, 8.0.31
* Verified compatible versions: 6.10.7, 8.0.15, 8.0.30, 8.0.33

**MySqlConnector**
* Minimum supported version: 1.0.1
Expand All @@ -547,7 +554,7 @@ Use [MySql.Data](https://www.nuget.org/packages/MySql.Data/) or [MySQL Connector
<td>
Minimum supported version: 1.0.488

Verified compatible versions: 1.0.488, 1.1.608, 1.2.6, 2.0.601, 2.1.58, 2.2.88, 2.6.66, 2.6.111
Verified compatible versions: 1.0.488, 1.1.608, 1.2.6, 2.0.601, 2.1.58, 2.2.88, 2.6.66, 2.6.116
</td>
</tr>

Expand Down Expand Up @@ -738,7 +745,7 @@ Use [Elastic.Clients.Elasticsearch](https://www.nuget.org/packages/Elastic.Clien
2.0.0
</td>
<td>
2.8.0, 2.10.0, 2.11.0, 2.12.0
2.8.0, 2.10.0, 2.11.0, 3.0.1
</td>
</tr>
<tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -590,9 +590,16 @@ Known incompatible versions: Instance details aren't available in lower version
<td>
Minimum supported version: 2.3.0

Verified compatible versions: 2.3.0, 2.8.1, 2.13.1, 2.14.1, 2.17.1, 2.19.0, 2.19.2
Verified compatible versions: 2.3.0, 2.8.1, 2.13.1, 2.14.1, 2.17.1, 2.19.0, 2.20.0

Known incompatible versions: New methods added in 2.7 or higher aren't currently instrumented.
Beginning in agent version 10.12.0, the following methods added in or after driver version 2.7 are instrumented:
* IMongoCollection.CountDocuments[Async]
* IMongoCollection.EstimatedDocumentCount[Async]
* IMongoCollection.AggregateToCollection[Async]
* IMongoDatabase.ListCollectionNames[Async]
* IMongoDatabase.Aggregate[Async]
* IMongoDatabase.AggregateToCollection[Async]
* IMongoDatabase.Watch[Async]
</td>
</tr>

Expand All @@ -613,7 +620,7 @@ Use [MySql.Data](https://www.nuget.org/packages/MySql.Data/) or [MySQL Connector

**MySql.Data**
* Minimum supported version: 6.10.7
* Verified compatible versions: 6.10.7, 8.0.15, 8.0.30, 8.0.32
* Verified compatible versions: 6.10.7, 8.0.15, 8.0.30, 8.0.33

**MySqlConnector**
* Minimum supported version: 1.0.1
Expand Down Expand Up @@ -687,7 +694,7 @@ Prior versions of Npgsql may also be instrumented, but duplicate and/or missing
</td>
<td>
* Minimum supported version: 1.0.488
* Verified compatible versions: 1.0.488, 1.1.608, 1.2.6, 2.0.601, 2.1.58, 2.2.88, 2.6.66, 2.6.111
* Verified compatible versions: 1.0.488, 1.1.608, 1.2.6, 2.0.601, 2.1.58, 2.2.88, 2.6.66, 2.6.116
</td>
</tr>

Expand Down Expand Up @@ -857,7 +864,7 @@ Use [Elastic.Clients.Elasticsearch](https://www.nuget.org/packages/Elastic.Clien
1.0.0
</td>
<td>
1.5.14, 2.5.0, 2.10.0, 2.12.0
1.5.14, 2.5.0, 2.10.0, 3.0.1
</td>
</tr>
<tr>
Expand Down

0 comments on commit 7c31ed7

Please sign in to comment.