-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[DSM] Add technology pages for DSM documentation #28983
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
Open
lkretvix
wants to merge
21
commits into
master
Choose a base branch
from
lucas.kretvix/dsm-add-new-tech-pages
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+539
−64
Open
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
0c35740
[DSM] Add technology tiles that go to dead file locations
lkretvix 3ead25d
[DSM] Add java and go for kafka
lkretvix bd11f43
[DSM] Add other libraries for kafka, add callout for kafka streams
lkretvix ad1b418
[DSM] Update disclaimer and title
lkretvix 1aab3f6
[DSM] Test adding custom table styling
lkretvix 9e70516
[DSM] Use html for table structure
lkretvix c709e54
[DSM] Add rabbitmq, sqs, sns, and kinesis technology files in data_st…
lkretvix f0b6f55
[DSM] Provide links to language pages from technology pages
lkretvix d4d225d
[DSM] Update links on docs pages
lkretvix 476017f
[DSM] Add shortcodes for monitoring-xxx content in data streams
lkretvix 3163018
[DSM] Update more shortcodes in data_streams
lkretvix 5feb88a
[DSM] Add technology files for google pubsub, azure service bus, and …
lkretvix 0b78f34
[DSM] Update missing shortcodes and minor typos in data streams docs
lkretvix 2b96a99
[DSM] Add supported languages/technologies to main menu
lkretvix 223afc0
[DSM] Use relative url in azure service bus .net link
lkretvix 3a245e0
[DSM] Convert docs links to relative links, update azure service bus …
lkretvix 168147a
[DSM] Move rabbitmq shortcode to different directory
lkretvix 477a7ed
[DSM] Rename Technology column to Library
lkretvix bba231c
[DSM] Add rabbitmq callout on rabbitmq page
lkretvix 5bbac1e
[DSM] Add note about where to go to setup DSM on tech pages
lkretvix 8b626f9
[DSM] Move kafka streams note above table on kafka page
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,34 @@ | ||
--- | ||
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 | ||
|
||
To setup DSM, please select the language of your producers and consumers | ||
|
||
<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,38 @@ | ||
--- | ||
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 | ||
|
||
To setup DSM, please select the language of your producers and consumers | ||
|
||
<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,32 @@ | ||
--- | ||
title: IBM MQ for Data Streams Monitoring | ||
--- | ||
|
||
### Prerequisites | ||
|
||
* [Datadog Agent v7.34.0 or later][1] | ||
|
||
### Support for IBM MQ in Data Streams Monitoring | ||
|
||
To setup DSM, please select the language of your producers and consumers | ||
|
||
<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.)