-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Added /uptime and /start-time for all components. Addressed comments and fixed tests from pull request 12389. #12512
Conversation
…nd /start-time endpoints working all components
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #12512 +/- ##
============================================
- Coverage 61.75% 61.69% -0.06%
Complexity 207 207
============================================
Files 2436 2449 +13
Lines 133233 133539 +306
Branches 20636 20690 +54
============================================
+ Hits 82274 82388 +114
- Misses 44911 45072 +161
- Partials 6048 6079 +31
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Do we want uptime in seconds, or in a more human readable format? |
@Jackie-Jiang Xiang in the old PR (here) was inclined towards returning just a number. I am okay either way - don't have a strong preference |
ForwardIndexHandlerTest.testAddOtherIndexForForwardIndexDisabledColumn() is a flaky test. There is an existing open issue - #11928 |
I prefer epoch value, UI side can decide how to show it. |
Thanks for adding this feature @suyashpatel98 ! |
Addresses #12298. Added /uptime and /start-time for all components. Addressed comments and verified tests pass from pull request 12389 (Closed that request because the history of that PR got messy). Tested /uptime and /start-time endpoints on my local machine. See the attached images