Skip to content

Commit

Permalink
Update dotnet.md
Browse files Browse the repository at this point in the history
  • Loading branch information
piochelepiotr authored Jan 3, 2025
1 parent be89e9d commit 92439ce
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions content/en/data_streams/dotnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ title: Setup Data Streams Monitoring for .NET

### Supported libraries

| Technology | Library | Minimal tracer version | Recommended tracer version |
|------------|--------------------------------------------------------------------------------|------------------------|----------------------------|
| Kafka | [Confluent.Kafka](https://www.nuget.org/packages/Confluent.Kafka) | 2.28.0 | 2.41.0 or later |
| RabbitMQ | [RabbitMQ.Client](https://www.nuget.org/packages/RabbitMQ.Client) | 2.28.0 | 2.37.0 or later |
| Amazon SQS | [AWS SQS SDK](https://www.nuget.org/packages/AWSSDK.SQS) | 2.48.0 | 2.48.0 or later |
| Amazon SNS | [AWS SNS SDK](https://www.nuget.org/packages/AWSSDK.SimpleNotificationService) | 3.6.0 | 3.6.0 or later |
| IBM MQ | [IBMMQDotnetClient](https://www.nuget.org/packages/IBMMQDotnetClient) | 2.49.0 | 2.49.0 or later |
| Technology | Library | Minimal tracer version | Recommended tracer version |
|-------------------|-----------------------------------------------------------------------------------------|------------------------|----------------------------|
| Kafka | [Confluent.Kafka](https://www.nuget.org/packages/Confluent.Kafka) | 2.28.0 | 2.41.0 or later |
| RabbitMQ | [RabbitMQ.Client](https://www.nuget.org/packages/RabbitMQ.Client) | 2.28.0 | 2.37.0 or later |
| Amazon SQS | [AWS SQS SDK](https://www.nuget.org/packages/AWSSDK.SQS) | 2.48.0 | 2.48.0 or later |

Check failure on line 15 in content/en/data_streams/dotnet.md

View workflow job for this annotation

GitHub Actions / vale

Vale.Avoid

Avoid using 'AWS SQS'.
| Amazon SNS | [AWS SNS SDK](https://www.nuget.org/packages/AWSSDK.SimpleNotificationService) | 3.6.0 | 3.6.0 or later |

Check failure on line 16 in content/en/data_streams/dotnet.md

View workflow job for this annotation

GitHub Actions / vale

Vale.Avoid

Avoid using 'AWS SNS'.
| IBM MQ | [IBMMQDotnetClient](https://www.nuget.org/packages/IBMMQDotnetClient) | 2.49.0 | 2.49.0 or later |
| Azure service bus | [Azure.Messaging.ServiceBus](https://www.nuget.org/packages/Azure.Messaging.ServiceBus) | 2.38.0 | 2.38.0 or later |

### Installation

Expand Down

0 comments on commit 92439ce

Please sign in to comment.