MIA I'd say.  They look useful.
St.Ack

On Wed, May 18, 2011 at 6:34 AM, Lars George <[email protected]> wrote:
> Hi,
>
> Did anyone else notice that the RPCMetrics are supposed to export four
> internal values:
>
>  public MetricsTimeVaryingRate rpcQueueTime =
>          new MetricsTimeVaryingRate("RpcQueueTime", registry);
>  public MetricsTimeVaryingRate rpcProcessingTime =
>          new MetricsTimeVaryingRate("RpcProcessingTime", registry);
>  public MetricsIntValue numOpenConnections =
>          new MetricsIntValue("NumOpenConnections", registry);
>  public MetricsIntValue callQueueLen =
>          new MetricsIntValue("callQueueLen", registry);
>
> The first two show just fine on JMX and Context based output, but the
> latter two don't. Nowhere.
>
> Anyone having a clue where they went MIA?
>
> Lars
>

Reply via email to