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 <[email protected]> wrote:
> On Thu, May 19, 2011 at 6:55 AM, Lars George <[email protected]> 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
>