Re: Using Prometheus Client Metrics in Flink

2021-02-28 Thread Rion Williams
tps://prometheus.io/docs/prometheus/latest/configuration/configuration/#kubernetes_sd_config > [2]: > https://prometheus.io/docs/prometheus/latest/configuration/configuration/#metric_relabel_configs > > > -- > *From:* Rion Williams > *Sent:* Sund

Re: Using Prometheus Client Metrics in Flink

2021-02-28 Thread Rion Williams
]: https://github.com/prometheus/node_exporter/issues/319 > [1]: > https://prometheus.io/docs/prometheus/latest/configuration/configuration/#kubernetes_sd_config > [2]: > https://prometheus.io/docs/prometheus/latest/configuration/configuration/#metric_relabel_configs > > > Fro

Re: Using Prometheus Client Metrics in Flink

2021-02-28 Thread Meissner, Dylan
on/configuration/#metric_relabel_configs From: Rion Williams Sent: Sunday, February 28, 2021 12:46 AM To: Prasanna kumar Cc: user Subject: Re: Using Prometheus Client Metrics in Flink Hi Prassana, Thanks for that. It’s what I was doing previously as a workaround howe

Re: Using Prometheus Client Metrics in Flink

2021-02-28 Thread Rion Williams
Hi Prassana, Thanks for that. It’s what I was doing previously as a workaround however I was just curious if there was any Flink-specific functionality to handle this prior to Prometheus. Additionally from the docs on metrics [0], it seems that there’s a pattern in place to use supported third

Re: Using Prometheus Client Metrics in Flink

2021-02-27 Thread Prasanna kumar
Rion, Regarding the second question , you can aggregate by using sum function sum(metric_name{jobb_name="JOBNAME"}) . This works is you are using the metric counter. Prasanna. On Sat, Feb 27, 2021 at 9:01 PM Rion Williams wrote: > Hi folks, > > I’ve just recently started working with Flink an

Using Prometheus Client Metrics in Flink

2021-02-27 Thread Rion Williams
Hi folks, I’ve just recently started working with Flink and I was in the process of adding some metrics through my existing pipeline with the hopes of building some Grafana dashboards with them to help with observability. Initially I looked at the built-in Flink metrics that were available, but