vogievetsky commented on code in PR #13358:
URL: https://github.com/apache/druid/pull/13358#discussion_r1023198931


##########
web-console/src/views/services-view/services-view.tsx:
##########
@@ -211,6 +224,7 @@ ORDER BY
         curr_size: s.currSize,
         max_size: s.maxSize,
         tls_port: -1,
+        start_time: s.start_time,

Review Comment:
   did you add `start_time` to the `/druid/coordinator/v1/servers?simple` 
response also? If so you should update 
https://github.com/apache/druid/blob/master/docs/operations/api-reference.md#L496
 also, if not then update the line of code above.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to