Github user swgkg commented on a diff in the pull request:

    https://github.com/apache/stratos/pull/443#discussion_r37607952
  
    --- Diff: 
components/org.apache.stratos.common/src/main/java/org/apache/stratos/common/statistics/publisher/wso2/cep/WSO2CEPInFlightRequestPublisher.java
 ---
    @@ -39,12 +39,12 @@
     public class WSO2CEPInFlightRequestPublisher extends 
ThriftStatisticsPublisher implements InFlightRequestPublisher {
         private static final Log log = 
LogFactory.getLog(WSO2CEPInFlightRequestPublisher.class);
     
    -    private static final String STATS_PUBLISHER_ENABLED = 
"cep.stats.publisher.enabled";
         private static final String DATA_STREAM_NAME = "in_flight_requests";
         private static final String VERSION = "1.0.0";
    +    public static final String CEP_THRIFT_CLIENT_NAME = "cep";
     
    --- End diff --
    
    Do we need to make this as public?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to