Update support email for nvml integration #2353
Open
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.
What does this PR do?
Updates the
nvml
check support and sales email address inmanifest.json
Motivation
Hi @cep21,
I'm a support engineer at Datadog, and recently had a customer reach out because the nvml integration stopped working with the most recent Datadog Agent. As you're listed in the
CODEOWNERS
file, I wanted to update themanifest.json
to match and make it clearer for users of this integration to contact you for similar issues. This matches other integrations in the repo - no update to theREADME.md
.If you do not agree to this, please let me know. I'll then work to make sure this integration is marked as orphaned instead, to prevent anyone from reaching out to you in future.
Internal ticket reference (not publicly viewable): https://datadog.zendesk.com/agent/tickets/1645334
The error in question, for reference:
This was resolved with:
sudo -u dd-agent -H /opt/datadog-agent/embedded/bin/pip3 install grpcio pynvml==11.5.0 protobuf==3.20.3
Review checklist
no-changelog
label attachedAdditional Notes
Anything else we should know when reviewing?