-
Notifications
You must be signed in to change notification settings - Fork 206
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit improves the documentation by - Adding NuGet package information to Profiler auto instrumentation. Assembly versions supported don't always align with NuGet package versions. - linking each supported technology to the relevant integration section - Moving agent added versions to tags - Adding missing sections for NuGet packages
- Loading branch information
Showing
10 changed files
with
387 additions
and
179 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,52 +1,53 @@ | ||
:star: * | ||
:nuget: https://www.nuget.org/packages | ||
|
||
|=== | ||
|**Integration name** |**Assembly** |**Supported assembly version range** | ||
.2+| AdoNet | ||
| System.Data | ||
| 4.0.0 - 4.{star}.{star} | ||
|Integration name |NuGet package version(s) |Assembly version(s) | ||
.2+.^|AdoNet | ||
|part of .NET | ||
|System.Data 4.0.0 - 4.{star}.{star} | ||
|
||
| System.Data.Common | ||
| 4.0.0 - 5.{star}.{star} | ||
|part of .NET | ||
|System.Data.Common 4.0.0 - 5.{star}.{star} | ||
|
||
.1+| AspNet | ||
| System.Web | ||
| 4.0.0 - 4.{star}.{star} | ||
.1+.^|AspNet | ||
|part of .NET Framework | ||
|System.Web 4.0.0 - 4.{star}.{star} | ||
|
||
.1+| Kafka | ||
| Confluent.Kafka | ||
| 1.4.0 - 1.{star}.{star} | ||
.1+.^|Kafka | ||
|{nuget}/Confluent.Kafka[Confluent.Kafka 1.4.0 - 1.{star}.{star}] | ||
|Confluent.Kafka 1.4.0 - 1.{star}.{star} | ||
|
||
.1+| MySqlCommand | ||
| MySql.Data | ||
| 6.7.0 - 8.{star}.{star} | ||
.1+.^|MySqlCommand | ||
|{nuget}/MySql.Data[MySql.Data 6.7.0 - 8.{star}.{star}] | ||
|MySql.Data 6.7.0 - 8.{star}.{star} | ||
|
||
.1+| NpgsqlCommand | ||
| Npgsql | ||
| 4.0.0 - 5.{star}.{star} | ||
.1+.^|NpgsqlCommand | ||
|{nuget}/Npgsql[Npgsql 4.0.0 - 5.{star}.{star}] | ||
|Npgsql 4.0.0 - 5.{star}.{star} | ||
|
||
.2+| OracleCommand | ||
| Oracle.ManagedDataAccess | ||
| 4.122.0 - 4.122.{star} | ||
.2+.^|OracleCommand | ||
|{nuget}/Oracle.ManagedDataAccess[Oracle.ManagedDataAccess 12.2.1100 - 21.*.*] | ||
|Oracle.ManagedDataAccess 4.122.0 - 4.122.{star} | ||
|
||
| Oracle.ManagedDataAccess | ||
| 2.0.0 - 2.{star}.{star} | ||
|{nuget}/Oracle.ManagedDataAccess.Core[Oracle.ManagedDataAccess.Core 2.0.0 - 2.{star}.{star}] | ||
|Oracle.ManagedDataAccess 2.0.0 - 2.{star}.{star} | ||
|
||
.3+| SqlCommand | ||
| System.Data | ||
| 4.0.0 - 4.{star}.{star} | ||
.3+.^|SqlCommand | ||
|part of .NET | ||
|System.Data 4.0.0 - 4.{star}.{star} | ||
|
||
| System.Data.SqlClient | ||
| 4.0.0 - 4.{star}.{star} | ||
|{nuget}/System.Data.SqlClient[System.Data.SqlClient 4.0.0 - 4.{star}.{star}] | ||
|System.Data.SqlClient 4.0.0 - 4.{star}.{star} | ||
|
||
| Microsoft.Data.SqlClient | ||
| 1.0.0 - 2.{star}.{star} | ||
|{nuget}/Microsoft.Data.SqlClient[Microsoft.Data.SqlClient 1.0.0 - 2.{star}.{star}] | ||
|Microsoft.Data.SqlClient 1.0.0 - 2.{star}.{star} | ||
|
||
.2+| SqliteCommand | ||
| Microsoft.Data.Sqlite | ||
| 2.0.0 - 5.{star}.{star} | ||
.2+.^|SqliteCommand | ||
|{nuget}/Microsoft.Data.Sqlite[Microsoft.Data.Sqlite 2.0.0 - 5.{star}.{star}] | ||
|Microsoft.Data.Sqlite 2.0.0 - 5.{star}.{star} | ||
|
||
| System.Data.SQLite | ||
| 1.0.0 - 2.{star}.{star} | ||
|{nuget}/System.Data.SQLite[System.Data.SQLite 1.0.0 - 2.{star}.{star}] | ||
|System.Data.SQLite 1.0.0 - 2.{star}.{star} | ||
|
||
|=== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.