Github user revans2 commented on a diff in the pull request:

    https://github.com/apache/storm/pull/2203#discussion_r128582400
  
    --- Diff: conf/defaults.yaml ---
    @@ -293,3 +293,28 @@ storm.daemon.metrics.reporter.plugins:
     
     # configuration of cluster metrics consumer
     storm.cluster.metrics.consumer.publish.interval.secs: 60
    +
    +
    +storm.metrics.reporters:
    +  # Graphite Reporter
    +  - class: "org.apache.storm.metrics2.reporters.GraphiteStormReporter"
    +    daemons:
    +        - "supervisor"
    +        - "nimbus"
    +        - "worker"
    +    report.period: 60
    +    report.period.units: "SECONDS"
    +    graphite.host: "localhost"
    +    graphite.port: 2003
    --- End diff --
    
    Do we now have a Graphite instance running on all hosts?  What happens if 
we don't have one running?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to