-
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
Move CombineErrors to consumererror package #2442
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2442 +/- ##
==========================================
- Coverage 91.76% 91.76% -0.01%
==========================================
Files 265 266 +1
Lines 15111 15112 +1
==========================================
Hits 13867 13867
- Misses 866 867 +1
Partials 378 378
Continue to review full report at Codecov.
|
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.
Is there an issue tracking this change? What's the idea behind it? I particularly find componenterror
more intuitive than consumererror
, but I might be missing some context here.
A Component is a Consumer + few extra functions. The part of the component that uses this it the Consumer, and there are other pure Consumers which use this. |
@jpkrohling good point on the issue. I will open one explaining why some errors should be consumer some should be component. We don't have a clear logic |
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
e417160
to
4e74d79
Compare
Issue created. |
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.
It would help to prepare in advance a diagram of dependencies that we want to end up with to make reviewing PRs like this easier. I have a hard time keeping the desired picture in my mind.
Smart Agent v5.27.1 has been updated to resolve a dependency vulnerability. This brings in that update in preparation for the Splunk Collector v0.68.0 release.
Fixes #2472
Signed-off-by: Bogdan Drutu bogdandrutu@gmail.com