GitHub user yew1eb opened a pull request:

    https://github.com/apache/flink/pull/4661

    [FLINK-4831] Implement a slf4j metric reporter

    ## What is the purpose of the change
    
    Implement a slf4j metric reporter For debugging.
    
    ## Brief change log
    
    ## Verifying this change
      - *Added unit test Slf4jReporterTest*
      - *Build a local flink cluster test Slf4jReporter, it works well*
    
    ## Does this pull request potentially affect one of the following parts:
    
      - Dependencies (does it add or upgrade a dependency): (no)
      - The public API, i.e., is any changed class annotated with 
`@Public(Evolving)`: (no)
      - The serializers: (no)
      - The runtime per-record code paths (performance sensitive): (no)
      - Anything that affects deployment or recovery: JobManager (and its 
components), Checkpointing, Yarn/Mesos, ZooKeeper: (no)
    
    ## Documentation
    
      - Does this pull request introduce a new feature? (yes)
      - If yes, how is the feature documented? (docs)
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/yew1eb/flink FLINK-4831

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/4661.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #4661
    
----
commit 79804a6ae554b93d41e5c8748c6442c2aa330fa2
Author: yew1eb <yew...@gmail.com>
Date:   2017-09-06T15:09:13Z

    Implement a slf4j metric reporter

----


---

Reply via email to