Re: [influxdb] Measurement Schema Design

2016-09-22 Thread smfitts
We are also in the process of figuring out how to store data for a multi-tenant system so this is very helpful. I have a couple of follow up questions along the similar lines (caveat -- we're very new to InfluxDB so I may have misused the terms). When thinking about our schema (ignoring

Re: [influxdb] Influxdb usage of disk and blocking of write api

2016-09-22 Thread Sean Beckett
Shard compactions happen based on internal algorithms and are neither deterministic nor configurable. (WAL compaction is configurable, but that's not the sawtooth you are seeing. That's TSM compactions.) For 1.0, they happen when they happen and that's just how it is.

[influxdb] kafka input plugin for telegraf

2016-09-22 Thread prabal ghosh
hi, I have 3 kafka brokers running on 3 VMs. I want to monitor this kafka cluster. I went through telegraf docs but could not find any kafka input plugin. So, is there input plugin available? Regards, Prabal K Ghosh -- Remember to include the InfluxDB version number with all issue reports

[influxdb] Telegraf SNMP

2016-09-22 Thread Paul Seymour
Hello, Currently using CollectD to pull in some router stats from gear with the SNMP plugin which looks like this:- Type "if_octets" Table true Instance "IF-MIB::ifDescr" Values "IF-MIB::ifInOctets" "IF-MIB::ifOutOctets" Address "" Version 2

[influxdb] Re: [Kapacitor] some confusions about Kapacitor Window node.

2016-09-22 Thread guotao Yao
I have a scenario like the next: Evaluate the max value every 2 minutes, if the max value greater than a threshold three consecutive times, alert will be triggered. How can I write the tick script? Thanks! 在 2016年9月21日星期三 UTC+8下午10:49:09,nath...@influxdb.com写道: > > All data that is within

[influxdb] kapacitor script - Window behavior explaination

2016-09-22 Thread prashanthc
In the below code, what is the behavior of window? Does it collect data for 10s and emit it into pipeline every 3 seconds? And the data emitted to pipeline, is it 3 seconds of data or whole 10 seconds data? stream |from() .measurement('cricket')

Re: [influxdb] kafka input plugin for telegraf

2016-09-22 Thread Sean Beckett
https://github.com/influxdata/telegraf/tree/master/plugins/inputs/kafka_consumer On Thu, Sep 22, 2016 at 8:40 AM, prabal ghosh < prabal.kumar.ghosh2...@gmail.com> wrote: > hi, > > I have 3 kafka brokers running on 3 VMs. > I want to monitor this kafka cluster. > > I went through telegraf docs

Re: [influxdb] kafka input plugin for telegraf

2016-09-22 Thread Sean Beckett
The Kafka plugin isn't in the 1.0 docs, should it be? -- Forwarded message -- From: Sean Beckett Date: Thu, Sep 22, 2016 at 11:00 AM Subject: Re: [influxdb] kafka input plugin for telegraf To: InfluxDB

Re: [influxdb] kafka input plugin for telegraf

2016-09-22 Thread Sean Beckett
This isn't a plugin for monitoring Kafka, it's a plugin for consuming Kafka queues. I don't know if it will help, but that's the only Kafka plugin of which I'm aware. On Thu, Sep 22, 2016 at 11:00 AM, Sean Beckett wrote: >