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 3A060180CA for ; Fri, 21 Aug 2015 06:18:24 +0000 (UTC) Received: (qmail 9699 invoked by uid 500); 21 Aug 2015 06:18:23 -0000 Delivered-To: apmail-stratos-dev-archive@stratos.apache.org Received: (qmail 9644 invoked by uid 500); 21 Aug 2015 06:18:23 -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 9633 invoked by uid 99); 21 Aug 2015 06:18:23 -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 06:18:23 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 879C0DFCB3; Fri, 21 Aug 2015 06:18:23 +0000 (UTC) From: Thanu 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: <20150821061823.879C0DFCB3@git1-us-west.apache.org> Date: Fri, 21 Aug 2015 06:18:23 +0000 (UTC) Github user Thanu commented on a diff in the pull request: https://github.com/apache/stratos/pull/443#discussion_r37608920 --- 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 -- Fixed it with commit 857e308ea470c0dd857122c6f870c3ffba82aab3. --- 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. ---