Set the Datadog site in the Kubernetes Metrics setup secret - #39309
Draft
brett0000FF wants to merge 1 commit into
Draft
Set the Datadog site in the Kubernetes Metrics setup secret#39309brett0000FF wants to merge 1 commit into
brett0000FF wants to merge 1 commit into
Conversation
The reference Collector configurations read the Datadog site from a dd-site secret key that falls back to datadoghq.com, but the setup step created the secret with only an API key. Customers on other sites had no instruction to set it.
Contributor
Preview links (active after the
|
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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? What is the motivation?
The reference Collector configurations in the Kubernetes Metrics setup read the Datadog site from a
dd-sitesecret key that falls back todatadoghq.com:The setup step created the secret with only an API key, so customers on any other site had no instruction to set it and their data would go to US1.
This PR adds the site to the secret creation step and links to the Datadog site reference.
Merge readiness
For Datadog employees:
<name>/<description>convention and include the forward slash (/). If you've already created your PR with an incorrect branch name, please rename your branch and open a fresh PR./reviewto run an automated check that catches common issues before a Documentation team member reviews your PR.AI assistance
Found and verified with Claude Code, which checked the secret key name and site value format against the reference configurations in
DataDog/opentelemetry-examples.Additional notes
Independent of the other two Kubernetes Explorer PRs; this one is a standalone correctness fix.