You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Masatake Iwasaki (JIRA)" <ji...@apache.org> on 2015/11/06 23:49:11 UTC

[jira] [Updated] (HADOOP-12511) Add support for InfluxDB as metrics sink

     [ https://issues.apache.org/jira/browse/HADOOP-12511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Masatake Iwasaki updated HADOOP-12511:
--------------------------------------
    Description: Add InfluxDBSink to write metrics to InfluxDB. Because [the Line Protocol of InfluxDB|https://influxdb.com/docs/v0.9/write_protocols/line.html] expects data structure similar to MetricsRecord consisting of tags, metric values and timestamp, we can easily map the records to the format. We can use REST API or UDP to send records to InfluxDB.

> Add support for InfluxDB as metrics sink
> ----------------------------------------
>
>                 Key: HADOOP-12511
>                 URL: https://issues.apache.org/jira/browse/HADOOP-12511
>             Project: Hadoop Common
>          Issue Type: New Feature
>          Components: metrics
>            Reporter: Masatake Iwasaki
>            Assignee: Masatake Iwasaki
>
> Add InfluxDBSink to write metrics to InfluxDB. Because [the Line Protocol of InfluxDB|https://influxdb.com/docs/v0.9/write_protocols/line.html] expects data structure similar to MetricsRecord consisting of tags, metric values and timestamp, we can easily map the records to the format. We can use REST API or UDP to send records to InfluxDB.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)