[ https://issues.apache.org/jira/browse/FLINK-4389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15426908#comment-15426908 ]
ASF GitHub Bot commented on FLINK-4389: --------------------------------------- Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/2363#discussion_r75356320 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/metrics/groups/AbstractMetricGroup.java --- @@ -54,13 +53,19 @@ * return Counters, Gauges, etc to the code, to prevent exceptions in the monitored code. * These metrics simply do not get reported any more, when created on a closed group. */ -public abstract class AbstractMetricGroup implements MetricGroup { +public abstract class AbstractMetricGroup<A extends AbstractMetricGroup> implements MetricGroup { --- End diff -- I will address this in #2300 > Expose metrics to Webfrontend > ----------------------------- > > Key: FLINK-4389 > URL: https://issues.apache.org/jira/browse/FLINK-4389 > Project: Flink > Issue Type: Sub-task > Components: Metrics, Webfrontend > Affects Versions: 1.1.0 > Reporter: Chesnay Schepler > Assignee: Chesnay Schepler > Fix For: pre-apache > > > https://cwiki.apache.org/confluence/display/FLINK/FLIP-7%3A+Expose+metrics+to+WebInterface -- This message was sent by Atlassian JIRA (v6.3.4#6332)