Hi,
I am trying to figure out how to make hadoop stream metrics to influxdb (using metrics2) framework, but the docs are extremly unclear how to do it.
From what I read in Ganglia I need to use AdvancedConfigurationSnippet to add extra properties in each service i want metrics for (I will put mine in YARN RM and HDFS NN).
Is it it? I believe I also need to put InfluxDB somewhere on some classpath (https://github.com/arnobroekhof/hadoop-metrics-influxdb) - any idea how do i do it?