You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@hive.apache.org by GitBox <gi...@apache.org> on 2019/06/04 18:17:39 UTC

[GitHub] [hive] odraese commented on a change in pull request #657: HIVE-21822: Expose LlapDaemon metrics through a new API method

odraese commented on a change in pull request #657: HIVE-21822: Expose LlapDaemon metrics through a new API method
URL: https://github.com/apache/hive/pull/657#discussion_r290428032
 
 

 ##########
 File path: llap-common/src/protobuf/LlapDaemonProtocol.proto
 ##########
 @@ -223,4 +231,5 @@ service LlapDaemonProtocol {
 service LlapManagementProtocol {
   rpc getDelegationToken(GetTokenRequestProto) returns (GetTokenResponseProto);
   rpc purgeCache(PurgeCacheRequestProto) returns (PurgeCacheResponseProto);
+  rpc getLoadMetrics(GetLoadMetricsRequestProto) returns (GetLoadMetricsResponseProto);
 
 Review comment:
   Would rename from getLoadMetrics to getDaemonMetrics

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org