Return-Path: X-Original-To: apmail-stratos-dev-archive@minotaur.apache.org Delivered-To: apmail-stratos-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 60C4018FEF for ; Fri, 21 Aug 2015 05:46:03 +0000 (UTC) Received: (qmail 48916 invoked by uid 500); 21 Aug 2015 05:45:58 -0000 Delivered-To: apmail-stratos-dev-archive@stratos.apache.org Received: (qmail 48859 invoked by uid 500); 21 Aug 2015 05:45:58 -0000 Mailing-List: contact dev-help@stratos.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stratos.apache.org Delivered-To: mailing list dev@stratos.apache.org Received: (qmail 48848 invoked by uid 99); 21 Aug 2015 05:45:57 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Aug 2015 05:45:57 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 87051DFC89; Fri, 21 Aug 2015 05:45:57 +0000 (UTC) From: swgkg To: dev@stratos.apache.org Reply-To: dev@stratos.apache.org References: In-Reply-To: Subject: [GitHub] stratos pull request: Thrift Client Configuration Modification Content-Type: text/plain Message-Id: <20150821054557.87051DFC89@git1-us-west.apache.org> Date: Fri, 21 Aug 2015 05:45:57 +0000 (UTC) Github user swgkg commented on a diff in the pull request: https://github.com/apache/stratos/pull/443#discussion_r37607948 --- Diff: components/org.apache.stratos.common/src/main/java/org/apache/stratos/common/statistics/publisher/wso2/cep/WSO2CEPHealthStatisticsPublisher.java --- @@ -37,12 +37,12 @@ private static final Log log = LogFactory.getLog(WSO2CEPHealthStatisticsPublisher.class); - private static final String STATS_PUBLISHER_ENABLED = "cep.stats.publisher.enabled"; private static final String DATA_STREAM_NAME = "cartridge_agent_health_stats"; 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 infrastructure@apache.org or file a JIRA ticket with INFRA. ---