You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by zentol <gi...@git.apache.org> on 2018/07/09 12:44:04 UTC

[GitHub] flink issue #6288: [FLINK-9703] [flink-mesos] Expose Prometheus port for TM ...

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.


---