-
Notifications
You must be signed in to change notification settings - Fork 23
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 reload timestamps to metrics #99
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #99 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 12 12
Lines 427 434 +7
=========================================
+ Hits 427 434 +7
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
I'm removing --version-sort, as i dont understand its purpose in these metrics. Feel free to open another issue with that if this is required for some reason |
5b9cb53
to
a68aa97
Compare
a68aa97
to
3928375
Compare
ah, just realised it is for _number ones, reverting it |
3928375
to
a191d62
Compare
22caaa6
to
3f13a93
Compare
Correct, and that should have been part of #90 as it fixes the sort order of |
Resolves #95. Adds pipeline reload timestamp metrics:
Note, this includes changes from PR #94 and #98, as there is dependency on the new
PipelineReloadResponse
struct.