Hi, The property is expecting a port number. When started the reporting task will expose the metrics on that port. You then need to configure Prometheus with a job that will fetch the data from that endpoint. In other words, NiFi is not pushing the metrics, it's making the metrics available via HTTP(S).
HTH, Pierre Le mer. 15 févr. 2023 à 05:21, Ben .T.George <[email protected]> a écrit : > Hello, > > My Nifi instance runs on a virtual machine, and I wish to configure > Prometheus Reporting, which runs on another virtual machine. > > *Server1:* > Nifi 1.19.1 > > *Server2:* > Prometheus - running on port 9090 > Prometheus - Pushgateway - port 9091 > Grafana - running on port 3000 > > All Above running on docker, > > I am getting the following error when I try to configure > PrometheusReportingTask > > [image: image.png] > > [image: image.png] > > How can I configure it correctly? > > Regards, > Ben > >
