Flink Task/Operator metrics renaming

2021-09-12 Thread Ashutosh Uttam
Hi team, We are using PrometheusReporter to expose Flink metrics to Prometheus. Is there possibility of renaming Task/Operators metric like numRecordsIn, numRecordsOut etc. and exposing it to Prometheus. Regards, Ashutosh

Re: Flink PrometheusReporter support for HTTPS

2021-06-13 Thread Ashutosh Uttam
Hi Ashutosh, > > How are you deploying your Flink apps? Would running a reverse proxy like > Nginx or Envoy that handles the HTTPS connection work for you? > > Best, > Austin > > On Sat, Jun 12, 2021 at 1:11 PM Ashutosh Uttam > wrote: > >> Hi All, >> >>

Flink PrometheusReporter support for HTTPS

2021-06-12 Thread Ashutosh Uttam
Hi All, Does PrometheusReporter provide support for HTTPS?. I couldn't find any information in flink documentation. Is there any way we can achieve the same? Thanks & Regards, Ashutosh

Re: Query related to Minimum scrape interval for Prometheus and fetching metrics of all vertices in a job through Flink Rest API

2021-06-08 Thread Ashutosh Uttam
apache.org/projects/flink/flink-docs-release-1.13/docs/deployment/config/#metrics-fetcher-update-interval > [2] > https://ci.apache.org/projects/flink/flink-docs-master/docs/ops/rest_api/ > > On Wed, May 26, 2021 at 2:01 PM Ashutosh Uttam > wrote: > >> Hi team, >> >&

Query related to Minimum scrape interval for Prometheus and fetching metrics of all vertices in a job through Flink Rest API

2021-05-26 Thread Ashutosh Uttam
Hi team, I have two queries as mentioned below: *Query1:* I am using PrometheusReporter to expose metrics to Prometheus Server. What should be the minimum recommended scrape interval to be defined on Prometheus server? Is there any interval in which Flink reports metrics? *Query2:* Is there any