[
https://issues.apache.org/jira/browse/STORM-1158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14990177#comment-14990177
]
ASF GitHub Bot commented on STORM-1158:
---------------------------------------
Github user redsanket commented on a diff in the pull request:
https://github.com/apache/storm/pull/850#discussion_r43922172
--- Diff: storm-core/src/clj/backtype/storm/daemon/nimbus.clj ---
@@ -50,9 +50,39 @@
(:import [backtype.storm.utils VersionInfo])
(:require [clj-time.core :as time])
(:require [clj-time.coerce :as coerce])
+ (:require [metrics.meters :refer [defmeter mark!]])
+ (:require [metrics.gauges :refer [defgauge]])
(:gen-class
:methods [^{:static true} [launch [backtype.storm.scheduler.INimbus]
void]]))
+
--- End diff --
blank line?
> Storm metrics to profile various storm functions
> ------------------------------------------------
>
> Key: STORM-1158
> URL: https://issues.apache.org/jira/browse/STORM-1158
> Project: Apache Storm
> Issue Type: Improvement
> Reporter: Boyang Jerry Peng
> Assignee: Boyang Jerry Peng
>
> It would be nice to have mechanism that would user to collect performance
> stats on various storm internal actions such as thrift API call and http
> requests. This will allow users to understand better the performance of
> many of Storm's internal as well as potentially identifying performance
> problems and bottlenecks
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)