Re: kinesis consumer metrics user variables

2019-10-07 Thread Chesnay Schepler
How do the shard name and id appear in the tags when you remove the metric groups? There should be name clashes within Flink for any consumer that reads from multiple shards, since the metrics for individual shards are no longer uniquely identified. Which reporter are you using? I would rec

Re: kinesis consumer metrics user variables

2019-10-07 Thread Yitzchak Lieberman
Hi. yes, I prefer to have the option to remove new metric groups. It shouldn't do any name clashes as it appears on the tags. Right now I've compiled flink kinesis connector with boolean option to control it. On Mon, Oct 7, 2019 at 11:05 AM Chesnay Schepler wrote: > What exactly would you prefer

Re: kinesis consumer metrics user variables

2019-10-07 Thread Chesnay Schepler
What exactly would you prefer? Without the stream name and shard id you'd end up with name clashes all over the place. Why can you not aggregate them? Surely Datadog supports some way to define a wildcard when definying the tags to aggregate. On 03/10/2019 09:09, Yitzchak Lieberman wrote: H

kinesis consumer metrics user variables

2019-10-03 Thread Yitzchak Lieberman
Hi. I would like to have the ability to control the metric group of flink kinesis consumer: As written below it creates metric identifier for each stream name and shard id (in our case more than 1000 metric identifiers), in such matter it cannot be aggregated in data dog graph private static Shar