You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stratos.apache.org by Imesh Gunaratne <im...@apache.org> on 2013/12/10 13:34:54 UTC

[Load Balancer] [Statistics] In-Flight Request Count

Hi All,

I have now updated the In-Flight Request Count stream definition to the
following:

<streamDefinition name="stratos.lb.in.flight.req.count" version="1.0.0">
         <description>cluster partition in-flight request
count</description>
         <nickName>in-flight request count</nickName>
         <metaData>
         </metaData>
         <correlationData>
         </correlationData>
         <payloadData>
             <property name="cluster_id" type="String"/>
             <property name="partition_id" type="String"/>
             <property name="in_flight_request_count" type="int"/>
         </payloadData>
     </streamDefinition>

This applies to both Stratos load balancer and load balancer extension API.

Thanks
Imesh