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 88FCB200BA0 for ; Fri, 14 Oct 2016 17:28:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 879D0160ADD; Fri, 14 Oct 2016 15:28:23 +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 CD922160AD3 for ; Fri, 14 Oct 2016 17:28:22 +0200 (CEST) Received: (qmail 67680 invoked by uid 500); 14 Oct 2016 15:28:22 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 67669 invoked by uid 99); 14 Oct 2016 15:28:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Oct 2016 15:28:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 943312C4C72 for ; Fri, 14 Oct 2016 15:28:21 +0000 (UTC) Date: Fri, 14 Oct 2016 15:28:21 +0000 (UTC) From: "Benjamin Lerer (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Reopened] (CASSANDRA-12790) Support InfluxDb metrics reporter config MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 14 Oct 2016 15:28:23 -0000 [ https://issues.apache.org/jira/browse/CASSANDRA-12790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Lerer reopened CASSANDRA-12790: ---------------------------------------- Assignee: Benjamin Lerer > Support InfluxDb metrics reporter config > ---------------------------------------- > > Key: CASSANDRA-12790 > URL: https://issues.apache.org/jira/browse/CASSANDRA-12790 > Project: Cassandra > Issue Type: Improvement > Components: Configuration, Packaging > Environment: Ubuntu 14.04 > Oracle Java 1.8.0_65 > Cassandra 3.0.9 > Reporter: Achmad Nasirudin Sandi > Assignee: Benjamin Lerer > Priority: Minor > Labels: easyfix, easytest, newbie > Attachments: metrics-reporter-config-influx.yaml > > > InfluxDb is a great tool for storing metrics. The main advantage over graphite protocol is its tag mechanism that allows host info to be excluded from metric name. > I managed to send metrics into InfluxDb by putting {{metrics-influxdb-1.1.7.jar}} into {{lib}} folder and replacing these dependencies jar: > > {code} > commons-codec-1.2.jar -> commons-codec-1.9.jar > reporter-config3-3.0.0.jar -> reporter-config3-3.0.3.jar > reporter-config-base-3.0.0.jar -> reporter-config-base-3.0.3.jar > {code} > Although it seems that dropwizard team is working on official [package for InfluxDb|https://github.com/dropwizard/metrics/tree/4.0-development], it would be great it those libs are available in default distribution by upgrading {{commons-codec}} and {{metrics}} dependencies. I was wondering what effect are there to Cassandra functionality. Where can I help? > Attached file is my configuration example. -- This message was sent by Atlassian JIRA (v6.3.4#6332)