[ https://issues.apache.org/jira/browse/FLINK-7812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16566513#comment-16566513 ]
ASF GitHub Bot commented on FLINK-7812: --------------------------------------- pnowojski commented on a change in pull request #4801: [FLINK-7812] Log system resources metrics URL: https://github.com/apache/flink/pull/4801#discussion_r207151605 ########## File path: docs/monitoring/metrics.md ########## @@ -1370,6 +1370,147 @@ Thus, in order to infer the metric identifier: </tbody> </table> +### System resources + +Logging of system resources is disabled by default. When `taskmanager.debug.additional-logging` +is enabled on a TaskManager additional metrics listed below will be available. System +resources metrics are updated periodically and they present average values for a configured +interval (`taskmanager.debug.additional-logging-interval`). + +Logging of system resources require couple of optional dependencies to be present on the +classpath (for example placed in Flink's `lib` directory): + + - `com.github.oshi:oshi-core:3.4.0` (licensed under EPL 1.0 license) + - `net.java.dev.jna:jna-platform:jar:4.2.2` Review comment: yes. I have rephrased this paragraph. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > 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 > Priority: Major > Labels: pull-request-available > -- This message was sent by Atlassian JIRA (v7.6.3#76005)