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
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,
>>
>>
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
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,
>>
>&
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