arvindshmicrosoft commented on a change in pull request #270: Support Accumulo 
installs on Microsoft Azure
URL: https://github.com/apache/fluo-muchos/pull/270#discussion_r313146200
 
 

 ##########
 File path: ansible/roles/accumulo/templates/hadoop-metrics2-accumulo.properties
 ##########
 @@ -20,3 +20,9 @@ 
accumulo.sink.graphite.class=org.apache.hadoop.metrics2.sink.GraphiteSink
 accumulo.sink.graphite.server_host={{ groups['metrics'][0] }}
 accumulo.sink.graphite.server_port=2004
 accumulo.sink.graphite.metrics_prefix=accumulo
+
+*.sink.statsd.class=org.apache.hadoop.metrics2.sink.StatsDSink
 
 Review comment:
   @keith-turner this is an extra sink for statsd and does not break the 
existing integration with Influx / Grafana. We'll make the statsd sink 
conditional for cluster_type == 'azure' to keep it clean.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to