Open damonmaria opened 1 year ago
Same issue.
Hi @damonmaria and @heyryanw, thank you for reporting this issue!
The error should be fixed by https://github.com/DataDog/datadog-agent/pull/29925 , it should be available in the next agent release version 7.60.0.
Thank you!
Let me know if you have any questions/comments.
Agent Environment Machine: NVIDIA Jetson Orin NX 16GB
Describe what happened: The Jetson check fails with
could not parse voltage fields
from this code since the regex cannot parse the output oftegrastats
.We are using the latest Jetson model: Orin. The results of
tegrastats
on this device return in a different format to previous, and the Jetson integration cannot handle them:Describe what you expected: The Jetson check should work on a Jetson Orin with the latest JetPack.
Steps to reproduce the issue: Enable the Jetson integration on a Jetson Orin.
Additional environment details (Operating System, Cloud provider, etc): The test for the Jetson integration lists the different models of Jetson that it handles.
I've provided an example from the Orin above. If the test is able to work with that then that's all that's needed.