Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 96F82177DA for ; Mon, 27 Oct 2014 17:15:35 +0000 (UTC) Received: (qmail 53534 invoked by uid 500); 27 Oct 2014 17:15:35 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 53426 invoked by uid 500); 27 Oct 2014 17:15:35 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 53192 invoked by uid 99); 27 Oct 2014 17:15:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Oct 2014 17:15:35 +0000 Date: Mon, 27 Oct 2014 17:15:35 +0000 (UTC) From: "Andrew Rowson (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HADOOP-11237) GraphiteSink metric names should not contain "=" MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HADOOP-11237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Rowson updated HADOOP-11237: ----------------------------------- Attachment: HADOOP-11237.patch Patch to simply replace the '=' used in metric names with a '_'. > GraphiteSink metric names should not contain "=" > ------------------------------------------------ > > Key: HADOOP-11237 > URL: https://issues.apache.org/jira/browse/HADOOP-11237 > Project: Hadoop Common > Issue Type: Improvement > Affects Versions: 2.5.1 > Reporter: Andrew Rowson > Priority: Minor > Attachments: HADOOP-11237.patch > > > GraphiteSink currently outputs an equals character "=" as part of the metric key that it outputs to graphite. Graphite doesn't currently support the "=" as part of a key, and current Graphite trunk breaks when trying to query a metric containing this character. > This can be worked around with wildcarding (carbon appears to store it correctly), but it'd be good if metrics sent to graphite used only supported characters. > I propose that we simply use a supported character such as '_'. -- This message was sent by Atlassian JIRA (v6.3.4#6332)