Github user zentol commented on the pull request:

    https://github.com/apache/flink/pull/1947#issuecomment-217972596
  
    I have updates this PR; it now contains a new feature: configurable system 
scope. It essentially allows users to decide how Flink entities(Taskmanager, 
jobs, tasks and operators) are represented in metric names.
    
    Users can configure a different format strings for every entity type in the 
flink-conf.yaml; which format is applied to a metric depends to which entity it 
is bound to.
    
    For example, users can do the following:
    * omit taskmanager information for jobs/tasks/operators
    * re-order properties, like having the job properties ahead of the 
taskmanager
    * decided whether they want to use names, ID's or a mix of both!
    
    I've updated the main post to include more information.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to