Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dotnet docs dsm #26967

Merged
merged 5 commits into from
Jan 6, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 16 additions & 11 deletions content/en/data_streams/dotnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@

### 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][3] | 2.28.0 | 2.41.0 or later |
| RabbitMQ | [RabbitMQ.Client][4] | 2.28.0 | 2.37.0 or later |
| Amazon SQS | [Amazon SQS SDK][5] | 2.48.0 | 2.48.0 or later |
| Amazon SNS | [Amazon SNS SDK][6] | 3.6.0 | 3.6.0 or later |
| IBM MQ | [IBMMQDotnetClient][7] | 2.49.0 | 2.49.0 or later |
| Azure service bus | [Azure.Messaging.ServiceBus][8] | 2.38.0 | 2.38.0 or later |

### Installation

Expand All @@ -27,10 +28,14 @@
```

### Monitoring SQS pipelines
Data Streams Monitoring uses one [message attribute][5] to track a message's path through an SQS queue. As Amazon SQS has a maximum limit of 10 message attributes allowed per message, all messages streamed through the data pipelines must have 9 or fewer message attributes set, allowing the remaining attribute for Data Streams Monitoring.
Data Streams Monitoring uses one [message attribute][2] to track a message's path through an SQS queue. As Amazon SQS has a maximum limit of 10 message attributes allowed per message, all messages streamed through the data pipelines must have 9 or fewer message attributes set, allowing the remaining attribute for Data Streams Monitoring.

Check notice on line 31 in content/en/data_streams/dotnet.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.sentencelength

Suggestion: Try to keep your sentence length to 25 words or fewer.


[1]: /agent
[2]: /tracing/trace_collection/dd_libraries/dotnet-core
[3]: /tracing/trace_collection/dd_libraries/dotnet-framework
[5]: https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-message-metadata.html
[2]: https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-message-metadata.html
[3]: https://www.nuget.org/packages/Confluent.Kafka
[4]: https://www.nuget.org/packages/RabbitMQ.Client
[5]: https://www.nuget.org/packages/AWSSDK.SQS
[6]: https://www.nuget.org/packages/AWSSDK.SimpleNotificationService
[7]: https://www.nuget.org/packages/IBMMQDotnetClient
[8]: https://www.nuget.org/packages/Azure.Messaging.ServiceBus
Loading