Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FLINK-14305] Transfer ownership of JobManagerMetricGroup to Dispatcher #9828

Closed
wants to merge 7 commits into from

Commits on Oct 2, 2019

  1. Configuration menu
    Copy the full SHA
    cc06bd2 View commit details
    Browse the repository at this point in the history
  2. [FLINK-14299] Introduce ProcessMetricGroup

    The ProcessMetricGroup encapsulates the Status and system metrics of the ClusterEntrypoint.
    These have been factored out of the JobManagerMetricGroup. In order to maintain backwards
    compatibility, the same scope as the JobManagerMetricGroup is being used.
    tillrohrmann committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    64053b1 View commit details
    Browse the repository at this point in the history
  3. [hotfix] Factor out AbstractImitatingJobManagerMetricGroup super class

    The AbstractImitatingJobManagerMetricGroup imitates the reporting of the
    JobManagerMetricGroup and can be used for metrics which are factored out
    of the JobManagerMetricGroup without breaking backwards compatibility wrt
    the reported metrics.
    tillrohrmann committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    06b58da View commit details
    Browse the repository at this point in the history
  4. [FLINK-14303] Introduce ResourceManagerMetricGroup

    Introduce a new metric group called ResourceManagerMetricGroup which can be used
    to report ResourceManager specific metrics.
    tillrohrmann committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    b45f8c7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0453cbc View commit details
    Browse the repository at this point in the history
  6. [FLINK-14303][metrics] Replace JobManagerMetricGroup with ResourceMan…

    …agerMetricGroup in ResourceManager
    
    With this commit, the ResourceManager uses the ResourceManagerMetricGroup to register its
    metrics.
    tillrohrmann committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    d886509 View commit details
    Browse the repository at this point in the history
  7. [FLINK-14305] Transfer ownership of JobManagerMetricGroup to Dispatcher

    With this commit the Dispatcher is now responsible for managing the lifecycle of
    the JobManagerMetricGroup.
    tillrohrmann committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    5c23b74 View commit details
    Browse the repository at this point in the history