我设置了nifi(1.10)PrometheusReportingTask nifi setting,具有端口9192和其他默认属性。 并在同一台计算机上的Prometheus中,将 prometheus.yml 设置为
- job_name: 'nifi'
scrape_interval: 5s
static_configs:
- targets: ['localhost:9192']
但是,在重新启动Prometheus之后,Prometheus无法从nifi获取度量值为500的错误: 500 error
有人可以建议原因和解决方案吗?我无法在Apache Nifi文档中找到更多详细信息。