[
https://issues.apache.org/jira/browse/FLINK-7812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16200225#comment-16200225
]
ASF GitHub Bot commented on FLINK-7812:
---------------------------------------
GitHub user pnowojski opened a pull request:
https://github.com/apache/flink/pull/4801
[FLINK-7812] Log system resources metrics
## What is the purpose of the change
This PR adds various system resources metrics, useful for analysing issues
on machines/clusters for which there are no detailed external resources logging
systems.
## Verifying this change
This change was manually tested, since it's difficult to write automated
tests for this feature.
## Does this pull request potentially affect one of the following parts:
- Dependencies (does it add or upgrade a dependency): (**yes** / no)
It adds `ohci` dependency.
## Documentation
- Does this pull request introduce a new feature? (**yes** / no)
- If yes, how is the feature documented? (not applicable / **docs** /
**JavaDocs** / not documented)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/pnowojski/flink resources
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/4801.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 #4801
----
commit d337e322477486daad19fad37747e6a8898bf619
Author: Piotr Nowojski <[email protected]>
Date: 2017-10-10T15:24:21Z
[hotfix][metrics] Replace anonymous classes with lamdas
commit 37eaf16bb315be35559d8ac7f5a98c38cfc1e9a4
Author: Piotr Nowojski <[email protected]>
Date: 2017-10-11T10:06:01Z
[hotfix][metrics] Remove redundant TaskManager metrics initialization
commit 1b2420746a613a2af73486197d4fa3aeb63f7236
Author: Piotr Nowojski <[email protected]>
Date: 2017-10-11T07:10:49Z
[FLINK-7812][metrics] Add system resources metrics
----
> Log system resources as metrics
> -------------------------------
>
> Key: FLINK-7812
> URL: https://issues.apache.org/jira/browse/FLINK-7812
> Project: Flink
> Issue Type: New Feature
> Components: Metrics
> Reporter: Piotr Nowojski
> Assignee: Piotr Nowojski
> Fix For: 1.4.0
>
>
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)