Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 9C112200AE4 for ; Fri, 10 Jun 2016 03:11:27 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9A887160A59; Fri, 10 Jun 2016 01:11:27 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 1571B160A58 for ; Fri, 10 Jun 2016 03:11:26 +0200 (CEST) Received: (qmail 95526 invoked by uid 500); 10 Jun 2016 01:11:21 -0000 Mailing-List: contact issues-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list issues@ambari.apache.org Received: (qmail 95508 invoked by uid 99); 10 Jun 2016 01:11:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Jun 2016 01:11:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 132BD2C1F5D for ; Fri, 10 Jun 2016 01:11:21 +0000 (UTC) Date: Fri, 10 Jun 2016 01:11:21 +0000 (UTC) From: "Jungtaek Lim (JIRA)" To: issues@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (AMBARI-17133) Replace underscore character from Storm metrics sink MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 10 Jun 2016 01:11:27 -0000 [ https://issues.apache.org/jira/browse/AMBARI-17133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jungtaek Lim resolved AMBARI-17133. ----------------------------------- Resolution: Fixed Fix Version/s: 2.4.0 Closing this as 'Fixed' since AMBARI-16946 is merged. > Replace underscore character from Storm metrics sink > ---------------------------------------------------- > > Key: AMBARI-17133 > URL: https://issues.apache.org/jira/browse/AMBARI-17133 > Project: Ambari > Issue Type: Bug > Components: ambari-metrics > Affects Versions: 2.4.0 > Reporter: Jungtaek Lim > Fix For: 2.4.0 > > > Since Ambari Metric Service uses "._" as separator for splitting metric and functions, metric name shouldn't contain "._". > Storm built-in metrics have metric names starting on '__' and with AMBARI-16946 metric name is placed after '.' which finally makes '._' which makes parsing messed up. > We should remove '_' characters from metric name or replace them with '-' or alike. > (Replacing is more safer way if we replace them with special character.) -- This message was sent by Atlassian JIRA (v6.3.4#6332)