Flink Web UI有一个出色的背压部分。但我看不到任何指标,由普罗米修斯记者给出,可以用来检测背压的相同方式为Grafana仪表盘。 ? 有没有办法在Flink Web UI之外获得相同的指标?使用此处描述的指标https://ci.apache.org/projects/flink/flink-docs-stable/monitoring/metrics.html。或者甚至有一个普罗米修斯刮刀来抓取web api?
在早期版本的Storm中,似乎可以通过将topology.backpressure.enable设置为false来禁用自动背压。在的源代码中,我看到了以下代码片段: * Whether to enable backpressure in for a certain topology.Will be removed soon.@Deprecatedpublic static final String TOPOLOGY_BACKPRESSURE_ENABLE= "topo