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