-
Notifications
You must be signed in to change notification settings - Fork 42
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
feat: new grafana panel for release latency seconds #310
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.
Test is needed for the newly added metric.
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #310 +/- ##
==========================================
- Coverage 69.13% 69.10% -0.03%
==========================================
Files 38 38
Lines 3658 3661 +3
==========================================
+ Hits 2529 2530 +1
- Misses 872 881 +9
+ Partials 257 250 -7
☔ View full report in Codecov by Sentry. |
Why is this checked? From coverage report new code isn't covered, also as mentioned Jing tests are missing This initial commit adds the histogram to json and metrics files and results in a -0.03 code coverage difference. Its been marked as 'code coverage not decreased' for this initial commit as change is small and additional change is expected once further work is undertaken. |
/hold |
/retest |
add grafana panel add calculating function in metrics/integration.go functons to calculate start time in gitops/snapshot unit tests written for all new functions Signed-off-by: Jennefer Cullinan <[email protected]>
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
new metric release latency seconds
new grafana panel of same name
measures latency between integration tests
completing and release creation
Maintainers will complete the following section