mirror of
https://github.com/apache/impala.git
synced 2026-01-08 12:02:54 -05:00
This change exposes KRPC metrics on the /rpcz debug web page. This change also exposes metrics for rejected RPCs on the /metrics debug web page. See here for an example: https://git.io/vAczm This change also fixes a bug in PrettyPrinter::GetByteUnit(), which previously did not work for unsigned values due to an implicit cast. This change contains tests to check that the metrics show up in /rpcz and /metrics and that they update as expected when executing queries. This change is based on a change by Sailesh Mukil. Change-Id: I7af7c1a84a5be82c979ca4ef1edf35167493be3f Reviewed-on: http://gerrit.cloudera.org:8080/9292 Reviewed-by: Lars Volker <lv@cloudera.com> Tested-by: Impala Public Jenkins