Aerospike module for Metricbeat

Hi guys,

We want to send Aerospike metrics from one point to another and checking the metricbeat could be a candidate for that. FYI, http://www.aerospike.com/docs/operations/monitor

At the moment it looks like there's no such module so can you give me any idea how it would be easy or hard if we have to implement it?

Thanks!

Given that aerospike has a Go client library I think it would be straightforward to implement a module that fetches stats from each namespace.

There is a code generator for creating the boilerplate module code. You would have to implement the configuration and fetching components.

That's great! Appreciate your reply.

This topic was automatically closed after 21 days. New replies are no longer allowed.