-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Kathy.lin/gpu ga #36143
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
base: master
Are you sure you want to change the base?
Kathy.lin/gpu ga #36143
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,6 +1,5 @@ | ||||||
| --- | ||||||
| title: Set up GPU Monitoring | ||||||
| private: true | ||||||
| --- | ||||||
| This page provides instructions on setting up Datadog's GPU Monitoring on your infrastructure. Follow the configuration instructions that match your operating environment below. | ||||||
|
|
||||||
|
|
@@ -28,7 +27,14 @@ | |||||
| - [**Datadog Operator**][5]: version 1.18, _or_ [**Datadog Helm chart**][6]: version 3.137.3 | ||||||
| - **Kubernetes**: 1.22 with PodResources API active | ||||||
|
|
||||||
| ## Set up GPU Monitoring on a non-Kubernetes environment or uniform Kubernetes cluster | ||||||
| ## Setting up GPU Monitoring | ||||||
| Setting up GPU Monitoring does not require DCGM at all. You will need to opt-in to the collection of GPU Monitoring metrics at the Agent depending on your environment: non-Kubernetes/uniform Kubernetes cluster or mixed cluster. | ||||||
|
Check warning on line 31 in content/en/gpu_monitoring/setup.md
|
||||||
|
|
||||||
| Once you've enabled the collection of GPU Monitoring metrics, you can opt-in to enabling several integrations for more advanced insights: | ||||||
|
Check warning on line 33 in content/en/gpu_monitoring/setup.md
|
||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| - For cloud costs and cloud instance-type information: enable the AWS[9], Google Cloud[10], Azure[11], or Oracle [12] cloud integrations in your Datadog UI | ||||||
| - For process-level insights, set up Datadog's Live Processes[13] . | ||||||
|
|
||||||
| ### Set up GPU Monitoring on a non-Kubernetes environment or uniform Kubernetes cluster | ||||||
|
|
||||||
| The following instructions are the basic steps to set up GPU Monitoring in the following environments: | ||||||
| - In a Kubernetes cluster where **all** nodes have GPU devices | ||||||
|
|
@@ -550,3 +556,8 @@ | |||||
| [6]: https://github.com/DataDog/helm-charts/blob/main/charts/datadog/README.md | ||||||
| [7]: /containers/docker/ | ||||||
| [8]: /agent/supported_platforms/linux/ | ||||||
| [9]: https://docs.datadoghq.com/getting_started/integrations/aws/ | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| [10]:https://docs.datadoghq.com/getting_started/integrations/google_cloud/?tab=orglevel | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| [11]:https://docs.datadoghq.com/getting_started/integrations/azure/?tab=createanappregistration | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| [12]:https://docs.datadoghq.com/getting_started/integrations/oci/ | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| [13]:https://docs.datadoghq.com/infrastructure/process?tab=linuxwindows#installation | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
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.