Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/2504#discussion_r162323041 --- Diff: storm-client/src/storm.thrift --- @@ -836,3 +837,24 @@ exception HBAuthorizationException { exception HBExecutionException { 1: required string msg; } + +struct WorkerMetricFields { --- End diff -- minor: `WorkerMetricPoint` might be clearer than `WorkerMetricFields`.
---