[ https://issues.apache.org/jira/browse/FLINK-7812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16566832#comment-16566832 ]
ASF GitHub Bot commented on FLINK-7812: --------------------------------------- zentol commented on a change in pull request #4801: [FLINK-7812] Log system resources metrics URL: https://github.com/apache/flink/pull/4801#discussion_r207228414 ########## File path: docs/_includes/generated/core_configuration.html ########## @@ -22,6 +22,16 @@ <td style="word-wrap: break-word;">"child-first"</td> <td>Defines the class resolution strategy when loading classes from user code, meaning whether to first check the user code jar ("child-first") or the application classpath ("parent-first"). The default settings indicate to load classes first from the user code jar, which means that user code jars can include and load different dependencies than Flink uses (transitively).</td> </tr> + <tr> + <td><h5>debug.system-resource-metrics</h5></td> Review comment: How about moving these to `MetricOptions`? (they could also have a "metrics" prefix instead) ---------------------------------------------------------------- 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)