Skip to content

Commit 2e1c9a4

Browse files
authored
docs: update tegrastats_path requirements in the Jetson config example (#45925)
Follow-up of: - #45057 ### What does this PR do? Update the configuration example of the Jetson check to match the new requirements Change code owners of the Jetson configuration example to Agent Runtimes since the check implementation is already owned by Agent Runtimes. ### Motivation Match configuration example with the check implementation ### Describe how you validated your changes ### Additional Notes Co-authored-by: maxime.chambre <maxime.chambre@datadoghq.com>
1 parent 5156a99 commit 2e1c9a4

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
/cmd/agent/dist/conf.d/container_image.d/ @DataDog/container-integrations
222222
/cmd/agent/dist/conf.d/container_lifecycle.d/ @DataDog/container-integrations
223223
/cmd/agent/dist/conf.d/discovery.d/ @DataDog/agent-discovery
224-
/cmd/agent/dist/conf.d/jetson.d/ @DataDog/agent-devx
224+
/cmd/agent/dist/conf.d/jetson.d/ @DataDog/agent-runtimes
225225
/cmd/agent/dist/conf.d/oracle.d/ @DataDog/database-monitoring
226226
/cmd/agent/dist/conf.d/oracle-dbm.d/ @DataDog/database-monitoring
227227
/cmd/agent/dist/conf.d/network_path.d/ @DataDog/cloud-network-monitoring @DataDog/network-path

cmd/agent/dist/conf.d/jetson.d/conf.yaml.example

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ instances:
66

77
-
88
## @param tegrastats_path - string - optional
9-
## Path to the tegrastats binary.
9+
## Path to the tegrastats binary. Must be an absolute path containing
10+
## only valid Linux path characters.
1011
## Defaults to `/usr/bin/tegrastats`
1112
#
1213
# tegrastats_path: <PATH_TO_TEGRASTATS_UTILITY>

0 commit comments

Comments
 (0)