Add hostname issues dashboard#23800
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 3e4d766b26
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
This comment has been minimized.
This comment has been minimized.
| "creates_events": false | ||
| }, | ||
| "metrics": { | ||
| "check": "datadog.apm.hostname_issue" |
There was a problem hiding this comment.
If this metric exists, we should install this integration and its dashboard for diagnosing and fixing hostname configuration issues.
buraizu
left a comment
There was a problem hiding this comment.
Thanks for the PR, requesting a few updates
| To resolve hostname configuration issues, see: | ||
| - [OpenTelemetry hostname tagging][1] | ||
| - [Agent hostname configuration in containers][2] | ||
|
|
There was a problem hiding this comment.
| ## Data Collected | |
| ### Metrics | |
| See [metadata.csv][4] for a list of metrics provided by this integration. | |
| ### Events | |
| The APM Hostname Issues integration does not include any events. | |
| ### Service Checks | |
| The APM Hostname Issues integration does not include any service checks. | |
There was a problem hiding this comment.
This is standard for integrations, and necessary here given the presence of the metadata.csv file.
…hboard.json Co-authored-by: Bryce Eadie <bryce.eadie@datadoghq.com>
Co-authored-by: Bryce Eadie <bryce.eadie@datadoghq.com>
Co-authored-by: Bryce Eadie <bryce.eadie@datadoghq.com>
Validation ReportAll 21 validations passed. Show details
|
What does this PR do?
Updating #22861 to be more general and help diagnose non-OpenTelemetry specific hostname configuration issues.
Review checklist (to be filled by reviewers)
qa/requiredif this PR needs QA validation, orqa/skip-qaif it does not. Exactly one of the two is required.backport/<branch-name>label to the PR and it will automatically open a backport PR once this one is merged