You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by Ethanlm <gi...@git.apache.org> on 2017/09/15 15:11:05 UTC

[GitHub] storm issue #2326: [STORM-2741] Add in config options for metrics consumer c...

Github user Ethanlm commented on the issue:

    https://github.com/apache/storm/pull/2326
  
    A test:
    Config: 
    ```
    topology.metrics.consumer.register:
      - class: "org.apache.storm.metric.LoggingMetricsConsumer"
        parallelism.hint: 1
      - class: "org.apache.storm.metric.LoggingMetricsConsumer"
        parallelism.hint: 1
    
    topology.metrics.consumer.resources.onheap.memory.mb: 100
    topology.component.resources.onheap.memory.mb: 128
    ```
    
    ![image](https://user-images.githubusercontent.com/14900612/30489880-143074c0-99fe-11e7-8d75-4b67b5b5fa85.png)



---