Giter Club home page Giter Club logo

kairos-influx's Introduction

kairos-influx

This KairosDB plugin takes metrics sent from Telegraf in the InfluxDB Line Protocol format and writes them to KairosDB. The plugin will accept gzipped and non-gzipped data from Telegraf or any other application that writes data to InfluxDB.

Configuration

Here is a sample configuration for this plugin.

kairosdb.service.telegraf-plugin=org.kairosdb.influxdb.TelegrafModule
kairosdb.service_folder.telegraf-plugin=lib/telegraf

kairosdb.plugin.telegraf.prefix=telegraph.
kairosdb.plugin.telegraf.dropMetrics=^swap.used.*$,^kernel.interrupts$
kairosdb.plugin.telegraf.dropTags=^usage_irq$,^usage_idle$

These optional properties provide ways to manipulate or restrict the data written to KairosDB.

Property Description
kairosdb.plugin.telegraf.prefix Prefix prepended to each metric name.
kairosdb.plugin.telegraf.dropMetrics This is a comma delimited list of regular expressions. Metric names that match any of the regular expressions are ignored and not added to KairosDB.
kairosdb.plugin.telegraf.dropTags This is a comma delimited list of regular expressions. Tag names that match any of the expressions are not included in metrics written to KairosDB.

The optional prefix property adds the prefix string to the beginning of each metric name.

Internal Metrics

The plugin writes these metrics to KairosDB:

Metric Name Tags Description
kairosdb.telegraf.ingest_count status, host This is the number of metrics ingested from Telegraf. Status is either "success" or "failed". Host is the name of the KairosDB host that reported the metric.
kairosdb.telegraf.exception_count exception, host This is a count of exceptions when ingesting. The exception tag is the exception name. Host is the name of the KairosDB host that reported the metric.
kairosdb.telegraf.metrics-dropped.count host This is a count of the number of metrics (measurement + field name) dropped (ignored). Host is the name of the KairosDB host that reported the metric.
kairosdb.telegraf.tags-dropped.count host This is a count of the number of tags dropped (ignored). Host is the name of the KairosDB host that reported the metric.

kairos-influx's People

Contributors

brianhks avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.