Github user zd-project commented on a diff in the pull request:

    https://github.com/apache/storm/pull/2754#discussion_r209098259
  
    --- Diff: 
storm-webapp/src/main/java/org/apache/storm/daemon/logviewer/webapp/LogviewerResource.java
 ---
    @@ -62,6 +64,14 @@
                 "logviewer:num-download-log-daemon-file-http-requests");
         private static final Meter meterListLogsHttpRequests = 
StormMetricsRegistry.registerMeter("logviewer:num-list-logs-http-requests");
     
    +    private static final Meter numSearchLogRequests = 
StormMetricsRegistry.registerMeter("logviewer:num-search-logs-requests");
    --- End diff --
    
    It also reports the frequency of requests handling. I think it can reflect 
the server load in a way.


---

Reply via email to