-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Add validate command to validate collector config #7835
Add validate command to validate collector config #7835
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.
🎉
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #7835 +/- ##
==========================================
+ Coverage 90.82% 91.09% +0.27%
==========================================
Files 296 297 +1
Lines 14840 14831 -9
==========================================
+ Hits 13478 13511 +33
+ Misses 1087 1044 -43
- Partials 275 276 +1
☔ View full report in Codecov by Sentry. |
@Chinwendu20, would you like to review this one as well? |
Signed-off-by: Maureen <[email protected]>
Signed-off-by: Maureen <[email protected]>
Signed-off-by: Maureen <[email protected]>
Signed-off-by: Maureen <[email protected]>
Signed-off-by: Maureen <[email protected]>
Signed-off-by: Maureen <[email protected]>
Signed-off-by: Alex Boten <[email protected]>
Signed-off-by: Alex Boten <[email protected]>
Signed-off-by: Alex Boten <[email protected]>
50d458e
to
8763735
Compare
Thanks for continuing with the PR, looks good to me. |
Signed-off-by: Alex Boten <[email protected]>
This is bringing back the functionality initially submitted in @Chinwendu20's PR: #6445
Adds a validate method which validates the configuration
Link to tracking Issue: #4613