Re: Adding a Histogram Metric

2016-06-27 Thread Steve Cosenza
ssues.apache.org/jira/browse/FLINK-4093 > > Cheers, > Till > > On Thu, Jun 23, 2016 at 4:33 AM, Steve Cosenza > wrote: > >> Is there a ticket for supporting user defined counters? >> >> Thanks, >> Steve >> >> On Sat, Jun 18, 2016 at 8:18 AM, S

Re: Adding a Histogram Metric

2016-06-22 Thread Steve Cosenza
Is there a ticket for supporting user defined counters? Thanks, Steve On Sat, Jun 18, 2016 at 8:18 AM, Steve Cosenza wrote: > Perfect! > > -Steve > > > On Saturday, June 18, 2016, Chesnay Schepler wrote: > >> it would be scoped and reported just like any o

Re: Adding a Histogram Metric

2016-06-18 Thread Steve Cosenza
nal > addMetric(String name, Metric metric) method. > > Regards, > Chesnay > > On 18.06.2016 04:48, Steve Cosenza wrote: > > Hi Till, > > How would I plugin a custom counter so that I could use the existing > MetricGroup and AbstractReporter functionality? > >

Re: Adding a Histogram Metric

2016-06-18 Thread Steve Cosenza
Perfect! -Steve On Saturday, June 18, 2016, Chesnay Schepler wrote: > it would be scoped and reported just like any other Counter. > > Regards, > Chesnay > > On 18.06.2016 16:04, Steve Cosenza wrote: > > Will the added metric be scoped appropriately (e.g. per operato

Adding a Histogram Metric

2016-06-18 Thread Steve Cosenza
nt strategies conceivable: Uniform sampling, which >>> constructs a >>> > long term distribution of the seen elements, exponentially decaying >>> > sampling, which favours more recent elements, sliding window or >>> buckets. >>> > >>

Re: Adding a Histogram Metric

2016-06-11 Thread Steve Cosenza
Also, we may be able to avoid the need for concurrent metrics by configuring each Finagle source to use a single thread. We'll investigate the performance implications this week and update you with the results. Thanks, Steve On Friday, June 10, 2016, Steve Cosenza wrote: > +Chris Hogu

Re: Adding a Histogram Metric

2016-06-10 Thread Steve Cosenza
+Chris Hogue who is also working on operationalizing Flink with me Hi Stephan, Thanks for the background on your current implementations! While we don't require a specific implementation for histogram, counter, or gauge, it just became clear that we'll need threadsafe versions of all three of th