We have to add the two missing metrics:

  public MetricsIntValue numOpenConnections =
          new MetricsIntValue("NumOpenConnections", registry);
  public MetricsIntValue callQueueLen =
          new MetricsIntValue("callQueueLen", registry);

Plus the wiring for them, which is like 10 lines of code.

On Thu, May 19, 2011 at 4:56 PM, Stack <st...@duboce.net> wrote:
> On Thu, May 19, 2011 at 6:55 AM, Lars George <lars.geo...@gmail.com> wrote:
>> Ah, I see now, got myself fooled. This was added maybe after we clones
>> the RpcMetrics into HBaseRpcMetrics. So all we have to do is add it to
>> be back up to parity (and then some).
>>
>
> Do we have to fix something boss?
> St.Ack
>

Reply via email to