cauwulixuan/hadoop_exporter

Running the exporter for more than one service in dockerfile

Opened this issue · 0 comments

In my docker file I can only trace one hdfs service per hadoop exporter container, which means if i need to get all the metrics from a 12 container hdfs cluster, i will need to create 12 exporter containers. How can i configure the container in a way i can get namenode,datanode,journalnode metrics in one container?