如何使用Prometheus千分尺设置弹簧数据流任务监控

我想使用Prometheus在Spring Cloud Data流中设置任务监控。 在应用程序代码中添加了以下依赖关系,并在Kubernetes中安装了Prometheus,Grafana,SCDF等。但是任务监视无效。有人可以引导我吗?

    <dependency>
        <groupId>io.micrometer.prometheus</groupId>
        <artifactId>prometheus-rsocket-spring</artifactId>
        <version>0.9.0</version>
    </dependency>
    <dependency>
        <groupId>io.micrometer.prometheus</groupId>
        <artifactId>prometheus-rsocket-client</artifactId>
        <version>0.9.0</version>
    </dependency>
linrunwang 回答:如何使用Prometheus千分尺设置弹簧数据流任务监控

暂时没有好的解决方案,如果你有好的解决方案,请发邮件至:iooj@foxmail.com
本文链接:https://www.f2er.com/3166303.html

大家都在问