-
Notifications
You must be signed in to change notification settings - Fork 28
chore: silence tempo warning message #1986
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Helio Frota <00hf11@gmail.com> * Also adds instrument macro to delete_sbom function
Reviewer's guide (collapsed on small PRs)Reviewer's GuideThis PR silences Tempo warning messages by setting a maximum trace size in the compose configuration and adds tracing instrumentation to the SBOM service’s delete_sbom method for improved log handling. File-Level Changes
Possibly linked issues
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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 Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1986 +/- ##
==========================================
+ Coverage 67.64% 67.91% +0.26%
==========================================
Files 354 354
Lines 19729 19714 -15
Branches 19729 19714 -15
==========================================
+ Hits 13345 13388 +43
+ Misses 5609 5550 -59
- Partials 775 776 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Helio Frota 00hf11@gmail.com
Summary by Sourcery
Silence Tempo warning by increasing the trace size limit in its config and add tracing instrumentation to the delete_sbom method
Enhancements:
Deployment: