measuring incoming bytes

2019-02-02 Thread Amitav Mohanty
Hi I am trying to measure incoming bytes over time. I am trying collect the following metric and apply integral function over a set of data points on a time series. kafka.server:type=BrokerTopicMetrics,name=BytesInPerSec,topic=my_topic FifteenMinuteRate It seems that the number I am getting is m

Re: measuring incoming bytes

2019-02-02 Thread Kamal Chandraprakash
In Yammer metrics, the 15MinuteRate provided by the Meter is not a pure average for the last 15 minutes. It's a Exponential Weighted Moving Average. The value is calculated by taking 36% of weighted average from the broker start time and 64 % of weighted average from the last 15 minutes. I initial

Re: [VOTE] 2.1.1 RC1

2019-02-02 Thread Vahid Hashemian
Hi Colin, Will there be another RC for 2.1.1? Thanks, --Vahid On Fri, Feb 1, 2019 at 8:28 AM Viktor Somogyi-Vass wrote: > Hi, > > Ran the ducktapes but the streams upgrade tests failed because the dev > version was not updated. This will be fixed in > https://github.com/apache/kafka/pull/6217.