-
Notifications
You must be signed in to change notification settings - Fork 504
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
Adds: in-file instrumentation for resource prioritizing #802
Adds: in-file instrumentation for resource prioritizing #802
Conversation
Codecov Report
@@ Coverage Diff @@
## master #802 +/- ##
==========================================
+ Coverage 74.85% 75.00% +0.14%
==========================================
Files 111 111
Lines 3345 3404 +59
==========================================
+ Hits 2504 2553 +49
- Misses 656 663 +7
- Partials 185 188 +3
|
2653799
to
59aa95d
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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.
LGTM.
We should also modify the existing image of resource skipping and add new images for prioritising resources.
Also, please create a separate PR fixing the pending tests.
Adds: support for in-file instrumentation for prioritizing and deprioritizing resources for terraform and k8s IaC type.
#755