-
Notifications
You must be signed in to change notification settings - Fork 109
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
service discovery: Add operator support #1449
service discovery: Add operator support #1449
Conversation
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 pull request does not contain a valid label. Please add one of the following labels: bug, enhancement, refactoring, documentation, tooling, dependencies
d583968
to
cc34cfd
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1449 +/- ##
==========================================
+ Coverage 48.86% 48.95% +0.09%
==========================================
Files 225 226 +1
Lines 19959 20034 +75
==========================================
+ Hits 9753 9808 +55
- Misses 9695 9714 +19
- Partials 511 512 +1
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.
Approved with a tiny edit
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.
I updated PR from main and CI is failing, could you please fix it?
Test case didn't work for me, the query doesn't give me any results, is this expected?
Otherwise, change looks good. Confirmed trace-agent container and DD_SERVICE_DISCOVERY are added correctly.
@@ -486,6 +488,14 @@ type USMFeatureConfig struct { | |||
Enabled *bool `json:"enabled,omitempty"` | |||
} | |||
|
|||
// ServiceDiscoveryFeatureConfig configures the service discovery check feature. | |||
type ServiceDiscoveryFeatureConfig struct { |
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.
Why is this a top level feature instead of being part of USM feature?
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.
Service discovery is not a USM feature, it is a new product
Which hostname did you use?
The change does not affect trace-agent, but system-probe and agent |
I'm not sure what happened but today I can see data populated in the table. I tried both |
What does this PR do?
Adds service-discovery check to the operator.
Motivation
Allow to control service-discovery from the operator.
Additional Notes
Minimum Agent Versions
Are there minimum versions of the Datadog Agent and/or Cluster Agent required?
Describe your test plan
kind
clusterapi key
to ddstagingChecklist
bug
,enhancement
,refactoring
,documentation
,tooling
, and/ordependencies
qa/skip-qa
label