EOS metrics (telegraf)

Dear EOS admins,

I see CERN use collectd to export metrics to grafana…

Does someone has already developed telegraf (TICK stack) metrics exporter for eos ?
If not, I would like to know how to get the metrics values from EOS.

Best regards,
Denis

Hi Denis,

Not exactly what you want but I’ve developed a very basic eos_exporter for Prometheus in golang, maybe you want to give it a try:

https://gitlab.cern.ch/rvalverd/eos_exporter.git

Basically it exports similar information than the one you can get from eos fs ls, eos node ls, eos group ls and eos space ls.

Afaik , this was never used in production, so test it on your test instances first :slight_smile:

Cheers,

Thank Roberto, I’ll take a look.
Denis