Github user zd-project commented on a diff in the pull request: https://github.com/apache/storm/pull/2754#discussion_r209099125 --- Diff: storm-webapp/src/main/java/org/apache/storm/daemon/logviewer/LogviewerServer.java --- @@ -52,7 +55,7 @@ /** * The main entry of Logviewer. */ -public class LogviewerServer implements AutoCloseable { +public class LogviewerServer implements AutoCloseable, MetricSet { --- End diff -- Ah I see. That's brilliant. Thanks
---