-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature request] add a datanode-exporter #4
Comments
@lhoss is there any specific stats you are looking for/hoping to get out of a datanode exporter? I might have some time this week to add a basic exporter that maps 1:1 to a datanode (ie you would want to install the exporter on each server that is a datanode) |
Hi @laferrieren I went through all the metrics available (see below for reference).. and here are the ones that would be especially useful, mostly around used disks, and some
Datanode JMX metrics referencefor reference here's all the special DataNode metrics theoretically available (generic jvm metrics were omitted here):
|
@laferrieren any progress ? |
@lhoss Sorry, was a little absent minded and forgot to push it back up to github, here is a branch with a datanode exporter (https://github.com/laferrieren/hadoop_exporter/tree/datanode), working on getting back upstream. |
awesome @laferrieren 👍 ( PR https://github.com/Datatamer/hadoop_exporter/pull/4/files ) |
quick heads up, i did some initial tests already deployed the datanode exporter (from this PR commit) on our test cluster, and already collected metrics, working good so far 👍 on a side node, I detected a small bug that is in the (duplicated) code in all exporters, thus also in the new datanode exporter: #5 |
building on the latest updates of https://github.com/Datatamer/hadoop_exporter
which contains already an extra exporter for the 'journalnode' (added by @laferrieren) 👍
The text was updated successfully, but these errors were encountered: