-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CECO-1238] Configure checks tag cardinality within spec.global.checksTagCardinality
#1309
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1309 +/- ##
==========================================
+ Coverage 48.85% 48.88% +0.03%
==========================================
Files 226 226
Lines 20132 20144 +12
==========================================
+ Hits 9835 9847 +12
Misses 9782 9782
Partials 515 515
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report in Codecov by Sentry.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure how the links will show up in the docs, but I see other bare links in the file, so presumably it's okay.
spec.global.checksCardinality
spec.global.checksTagCardinality
f8171cf
to
4de1ec5
Compare
@@ -770,14 +770,21 @@ func (builder *DatadogAgentBuilder) WithOriginDetectionUnified(enabled bool) *Da | |||
return builder | |||
} | |||
|
|||
// Global OriginDetectionUnified | |||
// Global Registry |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This single modification is un-related to the PR, is a minor comment fix from a copy-paste in 021bd60#diff-79f1664318b07c82e329953388426262e2bf32b1a831bc4413e12c77c6416a2aR695-R702.
The relevant updated part of the builder is below
/merge |
Devflow running:
|
/remove |
Devflow running:
|
/merge |
Devflow running:
|
What does this PR do?
global
Motivation
Minimum Agent Versions
Are there minimum versions of the Datadog Agent and/or Cluster Agent required?Describe your test plan
make IMG=<replace me> deploy
to deploy the image and CRDs insystem
namespaceScenario : tag cardinality set to orchestrator
DD_CHECKS_TAG_CARDINALITY
is set toorchestrator
:orchestrator
:Scenario : tag cardinality set to illegal_value
DD_CHECKS_TAG_CARDINALITY
is set toillegal_value
:low
by asserting the presence of the log mentioning the value is illegal :Remove
global.checksTagCardinality
from your Agent CRScenario : no checks tag cardinality
DD_CHECKS_TAG_CARDINALITY
env var on the node AgentChecklist
bug
,enhancement
,refactoring
,documentation
,tooling
, and/ordependencies
qa/skip-qa
label