[heka] Where do I accumulate stats?

2015-03-16 Thread Eligijus Vitkauskas
Hello, I'd like to know where is a proper place to accumulate stats. Imagine this case: Server #1: * Polls memory info every second * Give this info to StatsAccumulator * StatsAccumulator outputs every 10s via TCP to Server #2 Server #2 (responsible for displaying monitoring stuff): * Listens f

Re: [heka] Where do I accumulate stats?

2015-03-16 Thread Greg Cope
Is graphite not a better solution for metrics in this case? > On 16 Mar 2015, at 12:40, Eligijus Vitkauskas > wrote: > > Hello, > > I'd like to know where is a proper place to accumulate stats. Imagine > this case: > > Server #1: > * Polls memory info every second > * Give this info to Stats

[heka] Fwd: Timestamp Conversion

2015-03-16 Thread Michael Trinkala
In the full context you will need the capture group (the original grammar is correct). If you can provide the specific input causing the error and the associated output (i.e., something like this works fine for me: [Sat Mar 14 23:42:45.990158 2015] [test:xyz] [pt 0:mnp 99] message) I will be bette

Re: [heka] Where do I accumulate stats?

2015-03-16 Thread Rob Miller
On 03/16/2015 05:40 AM, Eligijus Vitkauskas wrote: Hello, I'd like to know where is a proper place to accumulate stats. Imagine this case: Server #1: * Polls memory info every second * Give this info to StatsAccumulator * StatsAccumulator outputs every 10s via TCP to Server #2 Server #2 (respo