apache nifi PrometheusReportingTask:服务器返回HTTP状态500服务器错误

时间:2020-02-24 11:11:48

标签: apache-nifi prometheus

我设置了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文档中找到更多详细信息。

1 个答案:

答案 0 :(得分:1)

检查是否由https://issues.apache.org/jira/browse/NIFI-6902引起,该问题将在nifi v1.11中修复