-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[DSM] Add technology pages for DSM documentation #28943
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
Closed
Closed
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
973b3aa
add recommendation for RabbitMQ integration
robcarlan-datadog 5a0f754
dashboards -> graphs
robcarlan-datadog 2a0edf1
use shortcode for rabbitmq info
robcarlan-datadog d9e51d8
updating
cswatt 2ce5c7b
also fixing link
cswatt 0f0b6e2
last change
cswatt 7e47268
[DSM] Add technology tiles that go to dead file locations
lkretvix 4610cb9
[DSM] Add java and go for kafka
lkretvix 40c8441
[DSM] Add other libraries for kafka, add callout for kafka streams
lkretvix 8b3f1a8
[DSM] Update disclaimer and title
lkretvix 4268ed4
[DSM] Test adding custom table styling
lkretvix b7ad58b
[DSM] Use html for table structure
lkretvix 438e559
[DSM] Add rabbitmq, sqs, sns, and kinesis technology files in data_st…
lkretvix 2747605
[DSM] Provide links to language pages from technology pages
lkretvix 6039853
[DSM] Update links on docs pages
lkretvix ef4358a
[DSM] Add shortcodes for monitoring-xxx content in data streams
lkretvix 411e3fa
[DSM] Update more shortcodes in data_streams
lkretvix d04ee62
[DSM] Add technology files for google pubsub, azure service bus, and …
lkretvix e5ba4ee
[DSM] Update missing shortcodes and minor typos in data streams docs
lkretvix cc16cc0
[DSM] Add supported languages/technologies to main menu
lkretvix 3c7f74a
[DSM] Use relative url in azure service bus .net link
lkretvix b07d2a2
[DSM] Convert docs links to relative links, update azure service bus …
lkretvix ef6c352
[DSM] Move rabbitmq shortcode to different directory
lkretvix 81b3aae
[DSM] Rename Technology column to Library
lkretvix 58ab19e
Merge branch 'master' of github.com:DataDog/documentation into lucas.…
lkretvix 7274205
[DSM] Delete unused file
lkretvix File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
title: Azure Service Bus for Data Streams Monitoring | ||
--- | ||
|
||
### Prerequisites | ||
|
||
* [Datadog Agent v7.34.0 or later][1] | ||
|
||
{{% data_streams/monitoring-azure-service-bus %}} | ||
|
||
### Support for Azure Service Bus in Data Streams Monitoring | ||
|
||
<table> | ||
<thead> | ||
<tr> | ||
<th>Language</th> | ||
<th>Library</th> | ||
<th>Minimal tracer version</th> | ||
<th>Recommended tracer version</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td><a href="/data_streams/dotnet">.NET</a></td> | ||
<td><a href="https://www.nuget.org/packages/Azure.Messaging.ServiceBus">Azure.Messaging.ServiceBus</a></td> | ||
<td>2.53.0 </td> | ||
<td>2.53.0 or later </td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
[1]: /agent |
This file contains hidden or 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 |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
title: Google Pub/Sub for Data Streams Monitoring | ||
--- | ||
|
||
### Prerequisites | ||
|
||
* [Datadog Agent v7.34.0 or later][1] | ||
|
||
### Support for Google Pub/Sub in Data Streams Monitoring | ||
|
||
<table> | ||
<thead> | ||
<tr> | ||
<th>Language</th> | ||
<th>Library</th> | ||
<th>Minimal tracer version</th> | ||
<th>Recommended tracer version</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td><a href="/data_streams/java">Java</a></td> | ||
<td><a href="https://mvnrepository.com/artifact/com.google.cloud/google-cloud-pubsub">google-cloud/pubsub</a></td> | ||
<td>1.25.0</td> | ||
<td>1.42.2 or later</td> | ||
</tr> | ||
<tr> | ||
<td><a href="/data_streams/nodejs">NodeJs</a></td> | ||
<td><a href="https://www.npmjs.com/package/@google-cloud/pubsub">google-cloud/pubsub</a></td> | ||
<td>5.25.0 or 4.49.0</td> | ||
<td>5.25.0 or later</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
[1]: /agent |
This file contains hidden or 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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
title: IBM MQ for Data Streams Monitoring | ||
--- | ||
|
||
### Prerequisites | ||
|
||
* [Datadog Agent v7.34.0 or later][1] | ||
|
||
### Support for IBM MQ in Data Streams Monitoring | ||
|
||
<table> | ||
<thead> | ||
<tr> | ||
<th>Language</th> | ||
<th>Library</th> | ||
<th>Minimal tracer version</th> | ||
<th>Recommended tracer version</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td><a href="/data_streams/dotnet">.NET</a></td> | ||
<td><a href="https://www.nuget.org/packages/IBMMQDotnetClient">IBMMQDotnetClient</a></td> | ||
<td>2.49.0</td> | ||
<td>2.49.0 or later</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
[1]: /agent |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
decided to use html table styling for these for consistency. Some of the tech tables have cells that span multiple columns (kafka's Go language has multiple libraries for ex.)