I'd like to leverage collectd to gather not just metrics for SAI but also statsd data from custom apps. I'm using the write_splunk plugin to write SAI metrics using a UF UDP port. The problem comes in where I would also like to accept UDP data from the statsd collectd plugin and also send that data into the UF via UDP but route to another index. I basically am looking for a good way to not populate both SAI data and custom app metrics into the same em_metrics index.
↧