Closed
Conversation
Signed-off-by: Wassim DHIF <wassim.dhif@datadoghq.com>
Contributor
Files inventory check summaryFile checks results against ancestor ce22e11e: Results for datadog-agent_7.78.0~devel.git.728.bb9ebbb.pipeline.105211352-1_amd64.deb:No change detected |
Contributor
Static quality checks✅ Please find below the results from static quality gates Successful checksInfo
On-wire sizes (compressed)
|
zhuminyi
approved these changes
Apr 1, 2026
Member
Author
|
Closing in favor of #49350 |
zhuminyi
added a commit
that referenced
this pull request
Apr 16, 2026
Re-submit of #49350 (reverted due to unrelated E2E test failure in TestDDOTAutoInstalledWithEnvVar). Add clustercheck_integration_status field to the DCA metadata payload, reporting per-check execution status (OK/ERROR) for cluster checks running on CLC runners. Also fixes: - Multi-instance reporting in clustercheck_metadata (previously only first instance was reported) - config.hash uses precomputed instance IDs from ConfigWithInstanceIDs - Rename status to dispatch_status in clustercheck_metadata - Append [N] source index for multi-instance configs - Fix panic on empty instances (subsumes #48658) - Filter non-cluster checks via IsClusterCheck guard
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?
Check
config.Instancesto avoidpanic: runtime error: index out of range [0] with length 0.Motivation
Fixes DataDog/helm-charts#2349
Describe how you validated your changes
CI and E2E tests.
Additional Notes