Github user zentol commented on the issue:
https://github.com/apache/flink/pull/6288
This doesn't really work; the configured name for the reporter (ìn this
case `prom`) is arbitrary and can be chosen by the user. As such this approach
will fail the moment users choose a different name.
It would also be good if we could figure out a more general solution to the
problem, as this will affect other components now/in the future.---
